diff options
author | Aakash Singh <46787056+sainAk@users.noreply.github.com> | 2021-04-15 08:25:57 +0200 |
---|---|---|
committer | Aakash Singh <46787056+sainAk@users.noreply.github.com> | 2021-04-16 09:19:45 +0200 |
commit | afb095e2965acc0691be54542bbbd267c55baacc (patch) | |
tree | 0b6b8060c642574c30d82f719de50df975377cce /hwdb.d/60-keyboard.hwdb | |
parent | hwdb: merge Micro Star in MSI (diff) | |
download | systemd-afb095e2965acc0691be54542bbbd267c55baacc.tar.xz systemd-afb095e2965acc0691be54542bbbd267c55baacc.zip |
hwdb: merge MSI Prestige And MSI Modern FnKeys and Special keys definitions
'A10' was the model name for prestige series with 10th gen intel processors and 'SC' was the gpu config for a specific model
but now msi has refreshed these series with 11th gen intel processors so the model name becomes 'A11X' where x is gpu config name more info [here](https://www.msi.com/Business-Productivity/Prestige-14-A11X/Specification) and [here](https://www.msi.com/Business-Productivity/Prestige-15-A11X/Specification)
[this was the link for model comparison of 10th gen cpus](https://www.msi.com/Business-Productivity/Prestige-15-A10X/Specification) (Dead link now)
complete list of Prestige series laptops [here](https://www.msi.com/Business-Productivity/Products#?tag=Prestige-Series)
And modern series follows the same naming convention, full list of laptops [here](https://www.msi.com/Business-Productivity/Products#?tag=Modern-Series).
examples
Prestige series
Prestige 14 A10x ( 14inch Intel 10th gen )
Prestige 15 A11x ( 15inch Intel 11th gen )
First gen Modern Series
Modern 15 A10x ( 15inch Intel 10th gen)
Modern 15 A4x ( 15inch AMD 4000 series)
Second gen Modern Series
Modern 15 B10x ( 15inch Intel first gen modern laptop)
Modern 14 B4x ( 14inch AMD second gen modern laptop)
all these laptops have the same keyboard layouts with same functionality on windows (can be reviewed from their support manuals).
Diffstat (limited to 'hwdb.d/60-keyboard.hwdb')
-rw-r--r-- | hwdb.d/60-keyboard.hwdb | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/hwdb.d/60-keyboard.hwdb b/hwdb.d/60-keyboard.hwdb index 30e88b9bbb..4f403387b8 100644 --- a/hwdb.d/60-keyboard.hwdb +++ b/hwdb.d/60-keyboard.hwdb @@ -1290,24 +1290,19 @@ evdev:atkbd:dmi:bvn*:bvr*:bd*:svnMicro-Star*:pn*PR200*:* evdev:atkbd:dmi:bvn*:bvr*:bd*:svnMICRO-STAR*:pnU90/U100:* KEYBOARD_KEY_e4=reserved -# MSI Prestige15 A10SC specific keycodes. Needed for microphone and screen rotation -evdev:atkbd:dmi:bvn*:bvr*:bd*:svnMicro-Star*:pn*A10SC*:* - KEYBOARD_KEY_f1=f20 - KEYBOARD_KEY_f2=f21 - -# MSI Modern series -evdev:atkbd:dmi:bvn*:bvr*:bd*:svnMicro-StarInternational*:pnModern*:* - KEYBOARD_KEY_56=backslash # secondary backslash key - KEYBOARD_KEY_f1=f20 # Fn+F5 micmute - KEYBOARD_KEY_76=f21 # Fn+F4 touchpad, becomes meta+ctrl+toggle +# Keymaps MSI Prestige And MSI Modern FnKeys and Special keys +evdev:atkbd:dmi:bvn*:bvr*:bd*:svnMicro-Star*:pn*Prestige*:* +evdev:atkbd:dmi:bvn*:bvr*:bd*:svnMicro-Star*:pn*Modern*:* + KEYBOARD_KEY_56=backslash # Secondary backslash key + KEYBOARD_KEY_f1=f20 # Fn+F5 Micmute + KEYBOARD_KEY_76=f21 # Fn+F4 Toggle touchpad, sends meta+ctrl+toggle KEYBOARD_KEY_91=prog1 # Fn+F7 Creation Center, sometime F7 - KEYBOARD_KEY_f2=prog2 # Fn+F12 screen rotation - KEYBOARD_KEY_8d=prog3 # Fn+a - KEYBOARD_KEY_8c=prog4 # Fn+z - KEYBOARD_KEY_f5=fn_esc # Fn+esc toggle the behaviour of Fn keys - KEYBOARD_KEY_97=unknown # lid close - KEYBOARD_KEY_98=unknown # lid open - # Fn+PrntScr sends meta+shift+s + KEYBOARD_KEY_f2=prog2 # Fn+F12 Screen rotation + KEYBOARD_KEY_8d=prog3 # Fn+A Change True Color selections + KEYBOARD_KEY_8c=prog4 # Fn+Z Launch True Color + KEYBOARD_KEY_f5=fn_esc # Fn+esc Toggle the behaviour of Fn keys + KEYBOARD_KEY_97=unknown # Lid close + KEYBOARD_KEY_98=unknown # Lid open evdev:name:MSI Laptop hotkeys:dmi:bvn*:bvr*:bd*:svn*:pnM[iI][cC][rR][oO]-S[tT][aA][rR]*:* KEYBOARD_KEY_0213=f22 |