diff options
| author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2008-11-30 04:11:03 (GMT) |
|---|---|---|
| committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2008-11-30 04:11:03 (GMT) |
| commit | f78fc8e0364cb99bf0b3c2fc941ba85c2fe5944f (patch) | |
| tree | 35b4ab3030640a144537124112e3d65d138672f5 /abs/mv-core/keylaunch | |
| parent | fba7ea15ad46f8655bf17ab4c1cc5a8228d39e1b (diff) | |
| parent | f0da28db238a7c58552446e2d87bae48a0f9718b (diff) | |
| download | linhes_pkgbuild-f78fc8e0364cb99bf0b3c2fc941ba85c2fe5944f.zip linhes_pkgbuild-f78fc8e0364cb99bf0b3c2fc941ba85c2fe5944f.tar.gz linhes_pkgbuild-f78fc8e0364cb99bf0b3c2fc941ba85c2fe5944f.tar.bz2 | |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/mv-core/keylaunch')
| -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 |
