mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 08:26:52 +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.
17 lines
408 B
Plaintext
17 lines
408 B
Plaintext
0x1 screenlock # Fn+F2
|
|
0x2 battery # Fn+F3
|
|
0x3 sleep # Fn+F4
|
|
0x4 wlan # Fn+F5
|
|
0x6 switchvideomode # Fn+F7
|
|
0x7 f22 # Fn+F8 touchpadtoggle
|
|
0x8 f24 # Fn+F9 undock
|
|
0xB suspend # Fn+F12
|
|
0xF brightnessup # Fn+Home
|
|
0x10 brightnessdown # Fn+End
|
|
0x11 kbdillumtoggle # Fn+PgUp - ThinkLight
|
|
0x13 zoom # Fn+Space
|
|
0x14 volumeup
|
|
0x15 volumedown
|
|
0x16 mute
|
|
0x17 prog1 # ThinkPad/ThinkVantage button (high keycode: "vendor")
|