mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 23:51:28 +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.
13 lines
262 B
Plaintext
13 lines
262 B
Plaintext
0x81 fn_esc
|
|
0x89 battery # FnF8
|
|
0x8A screenlock # FnF6
|
|
0x8B camera
|
|
0x8C media # music
|
|
0x8E dvd
|
|
0xB1 help
|
|
0xB3 f23 # FIXME: Auto brightness
|
|
0xD7 wlan
|
|
0x92 brightnessdown # FnF7 (FnF9 on 6730b)
|
|
0x97 brightnessup # FnF8 (FnF10 on 6730b)
|
|
0xEE switchvideomode # FnF4
|