I am using ubuntu 15.10!
I would like to remap the additional '| \'-key right of the left shift key on my United Kingdom keyboard to the `-key.
Here is a picture of the mapping I want:
These are the results of pressing the key after 'xev -event keyboard': (sidenote: While my keyboard is british, I am using the American layout, therefore the "<")
KeyPress event, serial 28, synthetic NO, window 0x1e00001,
root 0xb5, subw 0x0, time 28576713, (-521,515), root:(763,543),
state 0x0, keycode 94 (keysym 0x3c, less), same_screen YES,
XLookupString gives 1 bytes: (3c) "<"
XmbLookupString gives 1 bytes: (3c) "<"
XFilterEvent returns: False
KeyRelease event, serial 28, synthetic NO, window 0x1e00001,
root 0xb5, subw 0x0, time 28576815, (-521,515), root:(763,543),
state 0x0, keycode 94 (keysym 0x3c, less), same_screen YES,
XLookupString gives 1 bytes: (3c) "<"
XFilterEvent returns: False
Is this possible with the setxkbmap-command or some other way? I have tried to find a solution, but haven't been successful on my own.
I would highly profit of this remapping since I often use the `-key (I like vim) and never use this other additional key.
xev -event keyboard
and then press the key a few times. Close the little window that appears and then [edit] one of the keypress or keyrelease events into your question please. – Seth May 24 '16 at 16:46