diff options
author | Hans de Goede <hdegoede@redhat.com> | 2019-01-21 20:27:36 +0100 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2019-03-16 21:49:28 +0000 |
commit | 0fb8b664a9a49b299ac3f7851df8cd9b9121e445 (patch) | |
tree | ad40f75299885143b659762fe3ebb1cf6750e59c /symbols | |
parent | 08723f30072fcfcee2d061271bec7d79668dc869 (diff) |
Map evdev keycode KEY_ROTATE_LOCK_TOGGLE to XF86RotationLockToggle
Add XF86RotationLockToggle, to be used as mapping for evdev's
KEY_ROTATE_LOCK_TOGGLE.
I've a Point of View P1006W-232 Windows tablet which actually has a
rotate-lock toggle-button. The latest kernel correctly generates
KEY_ROTATE_LOCK_TOGGLE events for this. So now I'm hooking up support for
it through all the higher layers.
The patch for adding the RotationLockToggle keysym to xproto is here:
https://patchwork.freedesktop.org/patch/279365/
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'symbols')
-rw-r--r-- | symbols/inet | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/symbols/inet b/symbols/inet index b97ccf26..6c9dd872 100644 --- a/symbols/inet +++ b/symbols/inet @@ -220,6 +220,7 @@ xkb_symbols "evdev" { key <I372> { [ XF86Favorites ] }; key <I382> { [ XF86Keyboard ] }; + key <I569> { [ XF86RotationLockToggle ] }; key <FK13> { [ XF86Tools ] }; key <FK14> { [ XF86Launch5 ] }; |