YoyPa / isw

Ice-Sealed Wyvern
GNU General Public License v3.0
378 stars 79 forks source link

Swap Fn key and Windows key #254

Open etiennewan opened 2 years ago

etiennewan commented 2 years ago

I tested and found on a MSI GS63 8RE that address 0xBF in EC RAM lets you swap Fn key and Windows key.

Value 40h (64 decimal) @ 0xBF : Fn key is left, Windows key is right (as keys are labeled) Value 50h (80 decimal) @ 0xBF : Fn key is right, Windows key is left (labels are inverted)

If someone can confirm it works on other MSI laptops, I think we can safely implement this.