Skip to content

Commit

Permalink
input: keymap: add meta keys
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Hoffmann <[email protected]>
  • Loading branch information
kraxel committed May 26, 2014
1 parent 2386a90 commit 86846bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/input-keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 86846bf

Please sign in to comment.