diff options
-rw-r--r-- | abs/mv-core/keylaunch/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/mv-core/keylaunch/example_rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/mv-core/keylaunch/PKGBUILD b/abs/mv-core/keylaunch/PKGBUILD index 1a7b948..56b1808 100644 --- a/abs/mv-core/keylaunch/PKGBUILD +++ b/abs/mv-core/keylaunch/PKGBUILD @@ -1,6 +1,6 @@ pkgname=keylaunch pkgver=1.3.3 -pkgrel=12 +pkgrel=13 arch=('i686') pkgdesc="KeyLaunch is a small utility for binding commands to a hot key. " url="http://www.oroborus.org/" diff --git a/abs/mv-core/keylaunch/example_rc b/abs/mv-core/keylaunch/example_rc index bff7c4d..8357a11 100644 --- a/abs/mv-core/keylaunch/example_rc +++ b/abs/mv-core/keylaunch/example_rc @@ -10,7 +10,7 @@ key=*..Return:xterm -fn *-18-* key=..*x xterm -fn *-18-* -key=..*S:sudo /usr/local/bin/mythtv-setup +key=..*S:sudo /usr/bin/mythtv-setup key=.**U:killall -9 unclutter key=..*h:/usr/MythVantage/bin/mythinstall -h key=..*1:/usr/MythVantage/bin/mythbeselect -stop |