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.
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
0x81 playpause # Play/Pause
|
|
0x82 stopcd # Stop
|
|
0x83 previoussong # Previous song
|
|
0x84 nextsong # Next song
|
|
0x85 brightnessdown # Fn+Down arrow Brightness Down
|
|
0x86 brightnessup # Fn+Up arrow Brightness Up
|
|
0x87 battery # Fn+F3 battery icon
|
|
0x88 wlan # Fn+F2 Turn On/Off Wireless
|
|
0x89 ejectclosecd # Fn+F10 Eject CD
|
|
0x8A suspend # Fn+F1 hibernate
|
|
0x8B switchvideomode # Fn+F8 CRT/LCD (high keycode: "displaytoggle")
|
|
0x8C f23 # Fn+Right arrow Auto Brightness
|
|
0x8F switchvideomode # Fn+F7 aspect ratio
|
|
0x90 previoussong # Front panel previous song
|
|
0x91 prog1 # Wifi Catcher (DELL Specific)
|
|
0x92 media # MediaDirect button (house icon)
|
|
0x93 f23 # FIXME Fn+Left arrow Auto Brightness
|
|
0x95 camera # Shutter button Takes a picture if optional camera available
|
|
0x97 email # Tablet email button
|
|
0x98 f21 # FIXME: Tablet screen rotatation
|
|
0x99 nextsong # Front panel next song
|
|
0x9A setup # Tablet tools button
|
|
0x9B switchvideomode # Display Toggle button
|
|
0xA2 playpause # Front panel play/pause
|
|
0xA4 stopcd # Front panel stop
|
|
0xD8 screenlock # FIXME: Tablet lock button
|
|
0xED media # MediaDirect button
|