diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-11-25 23:04:30 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-11-25 23:04:30 +0000 |
commit | 923065ba17a1da3760bf92ddc85e1749054f558f (patch) | |
tree | 5ef30332f894c66aab3dfb3c42118d31402fb8ea | |
parent | 8f1caa486910da48461b83396db5fdeedf23614f (diff) |
keylaunch-conf: Never-ever use "Pressed" events in public configs.
* It is possible to unambigously distingish events only of two types:
<default> (short press) and "Held" (long press). Using any other event
type is ambigous. In particular, with the old default config there was
ambiguity with power off and backlight toggle bindings - most of the time,
backlight toggling also caused power off. As freedom of using any key in any
way should be left to user, ambigouos bindings should be avoided.
-rw-r--r-- | packages/keylaunch/keylaunch-conf/keylaunchrc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/keylaunch/keylaunch-conf/keylaunchrc b/packages/keylaunch/keylaunch-conf/keylaunchrc index 34b46cf55f..c84fa25137 100644 --- a/packages/keylaunch/keylaunch-conf/keylaunchrc +++ b/packages/keylaunch/keylaunch-conf/keylaunchrc @@ -21,11 +21,11 @@ # Command: Command line to execute, if starts with ~, suppress X startup notification # (use for non-X apps). # -key=????Pressed XF86AudioRecord:gpe-soundbite record --autogenerate-filename $HOME_VOLATILE -key=????Pressed XF86Calendar:gpe-calendar -key=????Pressed telephone:gpe-contacts -key=????Pressed XF86Mail:gpe-taskmanager -key=????Pressed XF86Start:~matchbox-remote -desktop -key=????Pressed XF86PowerDown:~apm --suspend +key=????XF86AudioRecord:gpe-soundbite record --autogenerate-filename $HOME_VOLATILE +key=????XF86Calendar:gpe-calendar +key=????telephone:gpe-contacts +key=????XF86Mail:gpe-taskmanager +key=????XF86Start:~matchbox-remote -desktop +key=????XF86PowerDown:~apm --suspend key=????Held XF86PowerDown:~bl toggle key=????Combine XF86Calendar XF86Start:gpe-keylock |