diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-05-21 13:54:32 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-05-26 08:42:43 +0200 |
commit | 86846bfe64a0104df081226711804b8517258108 (patch) | |
tree | 1489c88ad901e049ad45ff61ab0cef33a370fe1a /ui/input-keymap.c | |
parent | 2386a907301134d344649426e6928614567d1235 (diff) |
input: keymap: add meta keys
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'ui/input-keymap.c')
-rw-r--r-- | ui/input-keymap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/input-keymap.c b/ui/input-keymap.c index 4c4f0d03a9..5d299353a8 100644 --- a/ui/input-keymap.c +++ b/ui/input-keymap.c @@ -13,6 +13,8 @@ static const int qcode_to_number[] = { [Q_KEY_CODE_CTRL] = 0x1d, [Q_KEY_CODE_CTRL_R] = 0x9d, + [Q_KEY_CODE_META_L] = 0xdb, + [Q_KEY_CODE_META_R] = 0xdc, [Q_KEY_CODE_MENU] = 0xdd, [Q_KEY_CODE_ESC] = 0x01, |