diff options
author | Bastien Nocera <hadess@hadess.net> | 2010-11-04 23:58:56 +0000 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2010-11-06 12:31:24 -0400 |
commit | a1ca5f60e0770299c5c5f21bd371f5823802412b (patch) | |
tree | 4fe9551a8000dde415c9eee6b566cd548466bb72 /extras/keymap/keymaps/dell | |
parent | ecfad20871e855d9e54d3a528cf9219ce5c93626 (diff) |
extras/keymap: Make touchpad buttons consistent
We'll need to standardise on the Touchpad related keys in udev, kernel, and
X.org. I selected F21 for XF86TouchpadToggle, F22 for XF86TouchpadOn and F23
for XF86TouchpadOff.
See:
https://bugs.freedesktop.org/show_bug.cgi?id=31333
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
Diffstat (limited to 'extras/keymap/keymaps/dell')
-rw-r--r-- | extras/keymap/keymaps/dell | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/keymap/keymaps/dell b/extras/keymap/keymaps/dell index 1a2e433396..fbbb9035b1 100644 --- a/extras/keymap/keymaps/dell +++ b/extras/keymap/keymaps/dell @@ -21,9 +21,9 @@ 0x99 nextsong # Front panel next song 0x9A setup # Tablet tools button 0x9B switchvideomode # Display Toggle button -0x9E f22 #touchpad toggle +0x9E f21 #touchpad toggle 0xA2 playpause # Front panel play/pause 0xA4 stopcd # Front panel stop 0xED media # MediaDirect button 0xD8 screenlock # FIXME: Tablet lock button -0xD9 f22 # touchpad toggle +0xD9 f21 # touchpad toggle |