diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-11-25 22:43:28 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-11-25 22:43:28 +0000 |
commit | 5b56ea8960f47f11fd7923abeb938fc57c84942e (patch) | |
tree | 649b5f07a6a2116be2b82e57734e95a848927d06 /packages/keylaunch/keylaunch-conf/spitz/keylaunchrc | |
parent | 6455c691e7d17a65938ac633c63c170aae9c9da2 (diff) |
keylaunch 2.0.10: Separate a keylaunch, a generic X key binding utility,
from random crap aka device-specific (mis)configs and hacks.
Diffstat (limited to 'packages/keylaunch/keylaunch-conf/spitz/keylaunchrc')
-rw-r--r-- | packages/keylaunch/keylaunch-conf/spitz/keylaunchrc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/packages/keylaunch/keylaunch-conf/spitz/keylaunchrc b/packages/keylaunch/keylaunch-conf/spitz/keylaunchrc new file mode 100644 index 0000000000..9bb64db066 --- /dev/null +++ b/packages/keylaunch/keylaunch-conf/spitz/keylaunchrc @@ -0,0 +1,28 @@ +key=....F9:-:gpe-calendar +key=....F10:-:gpe-contacts +key=....F13:-:sylpheed +key=....F12:-:~matchbox-remote -next +key=...*F12:-:~matchbox-remote -desktop +key=....F11:-:~matchbox-remote -menu +#key=...*1:-:~zoom out +#key=...*2:-:~zoom in +key=...*3:-:~display-brightness.sh down +key=...*4:-:~display-brightness.sh up + +# LCD Softkeys +# Please note that the space _between_ two softkeys can be used, too ;) +#key=....F20:-: +key=....F21:-:~matchbox-remote -next +#key=....F22:-: +key=....F23:-:sylpheed +#key=....F24:-: +key=....F25:-:gpe-contacts +#key=....F26:-: +key=....F27:-:gpe-calendar +#key=....F28:-: +#key=....F29:-: +#key=....F30:-: + +# VT changing +key=...*Left:-:~chvt 1 +key=...*Right:-:~chvt 3 |