mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
hwdb: fix keyboard of RedmiBook Pro 15 2022 (#33465)
Fix two problems of the keyboard of RedmiBook Pro 15 2022. - Enter key in the main area was mapped to KP_Enter. - When Fn is locked (to use F1-F12 without pressing Fn), Right Ctrl was mapped to Menu. Keeping it as Right Ctrl is more useful.
This commit is contained in:
parent
21ab3f505a
commit
341f04fa33
@ -1753,6 +1753,15 @@ evdev:input:b0003v047FpC006*
|
||||
evdev:atkbd:dmi:bvn*:bvr*:bd*:svn*:pn*:pvr*:rvnQuanta:rn30B7:rvr65.2B:*
|
||||
KEYBOARD_KEY_88=media # "quick play
|
||||
|
||||
###########################################################
|
||||
# Redmi
|
||||
###########################################################
|
||||
|
||||
# RedmiBook Pro 15 2022
|
||||
evdev:atkbd:dmi:bvn*:bvr*:bd*:svnTIMI:pnRedmiBookPro152022:pvr*
|
||||
KEYBOARD_KEY_9c=enter # KP_enter in the main area is wrong
|
||||
KEYBOARD_KEY_dd=rightctrl # Right Ctrl is preferrable over Menu
|
||||
|
||||
###########################################################
|
||||
# Samsung
|
||||
###########################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user