Arch Linux – How to Recognize Extra Keyboard Keys on Steelseries Apex

arch linuxkeyboard

I've got a new keyboard (Steelseries Apex).
It has extra key, but I can't get linux to detect it.
I tried xev, getscancodes, showkey --scancodes and dmesg!

Any of those command give me error or code when I hit the keys.

What else can I try?

Best Answer

I've created an utility that sends neccesary commands to the keyboard for it to report additional key events:

https://github.com/tuxmark5/ApexCtl

Related Question