blob: 0de16466b437a9e94cdc15aada1e41e88ebcc7d5 (
plain)
1
2
3
4
5
6
7
8
|
# Key codes observed on S10-3, assumed valid on other IdeaPad models
0x81 rfkill # does nothing in BIOS
0x83 display_off # BIOS toggles screen state
0xB9 brightnessup # does nothing in BIOS
0xBA brightnessdown # does nothing in BIOS
0xF1 camera # BIOS toggles camera power
0xf2 f21 # touchpad toggle (key alternately emits F2 and F3)
0xf3 f21
|