diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-03-22 11:28:56 +1000 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-01 20:21:15 +0200 |
commit | 5dcf0d5733a2c74c1e938f72bdb8fbc049d6690c (patch) | |
tree | ec990c947649d753b3b4338c013a90e9e995f503 /nx-X11/lib/X11 | |
parent | 34cb7b5580566d30d9a69374ab27f08bc63e7b0f (diff) | |
download | nx-libs-5dcf0d5733a2c74c1e938f72bdb8fbc049d6690c.tar.gz nx-libs-5dcf0d5733a2c74c1e938f72bdb8fbc049d6690c.tar.bz2 nx-libs-5dcf0d5733a2c74c1e938f72bdb8fbc049d6690c.zip |
Add XF86TouchpadOn and XF86TouchpadOff to keysymdb
This patch isn't necessary in Xlib 1.4 and later since the keysymdb has been
made redunant. While we're on 1.3.x, we need it.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'nx-X11/lib/X11')
-rw-r--r-- | nx-X11/lib/X11/XKeysymDB | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nx-X11/lib/X11/XKeysymDB b/nx-X11/lib/X11/XKeysymDB index 45d892971..3a8d44c78 100644 --- a/nx-X11/lib/X11/XKeysymDB +++ b/nx-X11/lib/X11/XKeysymDB @@ -352,6 +352,8 @@ XF86Blue :1008FFA6 XF86Suspend :1008FFA7 XF86Hibernate :1008FFA8 XF86TouchpadToggle :1008FFA9 +XF86TouchpadOn :1008FFB0 +XF86TouchpadOff :1008FFB1 ! XFree86 special action keys XF86_Switch_VT_1 :1008FE01 |