You are not logged in.
Hi everyone.
I'm using a 60% keyboard and want to remap fn+number keys.
Since "evtest" has no "MSC_SCAN" output, I'm using "showkey --scancodes".
This is Fn+1 would output:
0xe0 0x4c
0xe0 0xccI assume the "4c" is the scancode, so I could just make /etc/udev/hwdb.d/90-mine.hwdb with:
evdev:input:#
KEYBOARD_KEY_4c=f1But this is not working. Not sure how to debug it.
"udevadm info /dev/input/by-path/*-usb-*-kbd | grep KEYBOARD_KEY" already print my configurations.
Thanks.
Offline