diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/mv-core/keylaunch/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/mv-core/keylaunch/example_rc | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/abs/mv-core/keylaunch/PKGBUILD b/abs/mv-core/keylaunch/PKGBUILD index f900c7a..1a7b948 100644 --- a/abs/mv-core/keylaunch/PKGBUILD +++ b/abs/mv-core/keylaunch/PKGBUILD @@ -1,6 +1,6 @@ pkgname=keylaunch pkgver=1.3.3 -pkgrel=10 +pkgrel=12 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 ed6519e..bff7c4d 100644 --- a/abs/mv-core/keylaunch/example_rc +++ b/abs/mv-core/keylaunch/example_rc @@ -8,9 +8,8 @@ # .*. Ctrl # ..* Alt -#key=..*Return:xterm -key=.*.Return:rxvt -key=*..Return:terminal +key=*..Return:xterm -fn *-18-* +key=..*x xterm -fn *-18-* key=..*S:sudo /usr/local/bin/mythtv-setup key=.**U:killall -9 unclutter key=..*h:/usr/MythVantage/bin/mythinstall -h |