mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 15:21:37 +03:00
7f06ec2e19
Unfortunately KEY_COFFEE is the canonical name in linux/input.h, and the more sensible KEY_SCREENLOCK is an alias. Manually override this particular case, since it's better to have "screenlock" in keymaps. However, we still keep the automatic filtering for the general case, to avoid introducing this problem again when input.h changes.
9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
0x6C f21 # rotate
|
|
0x68 screenlock # screenlock
|
|
0x6B esc # escape
|
|
0x6D right # right on d-pad
|
|
0x6E left # left on d-pad
|
|
0x71 up # up on d-pad
|
|
0x6F down # down on d-pad
|
|
0x69 enter # enter on d-pad
|