Askannz/msi-perkeyrgb

GS65-Stealth-Thin-8RF

johandeclercqdemocon opened this issue · 1 comments

Home and End button are not recognised.

xev:
KeyPress event, serial 37, synthetic NO, window 0x3400001,
root 0x28c, subw 0x0, time 21934221, (124,82), root:(191,139),
state 0x0, keycode 115 (keysym 0xff57, End), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False

KeyPress event, serial 37, synthetic NO, window 0x3400001,
root 0x28c, subw 0x0, time 21927639, (124,82), root:(191,139),
state 0x0, keycode 110 (keysym 0xff50, Home), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False

However:
msi-perkeyrgb -c colors.msi
No laptop model specified, using GE63 as default.
Error reading config file : Parsing error : line 2 : 0xff50 is not a keycode, nor a keycode range, nor an alias.

I tried with the name, keysim and keycode in colors.msi.

colors.msi:
all steady ffffff
0xff50 steady ffcc00
oxff57 steady ffcc00

you should be able to use the -m gs65 flag to specify the laptop model which will make the home and end keys work.

Example: msi-perkey -m gs65 -s ffffff which will set every key to white.