Hi!
I have iso keyboard, with smaller left shift and a second backslash button next to it.
I’m trying to bind ‘copy’ action to this key. It works, but only for the ‘main’ backslash button, that is near ‘Enter’ button. But I want to get the second backslash do the same thing - trying to utilize a conveniently placed extra key.
I tried watching input events via console - both keys work and produce same value 0x5c, but binding seems to work only for one of the keys.
Any ways to make it work?