I have an IBM SK-8811 keyboard that has two navigation keys I'd like to
redefine. I think they were meant to be used in a browser to do Alt_L-Left
and Alt_L-Right. I've tried to use xmodmap to make these keys act as Home
and End, but the problem is each key generates two scancodes:
from xev:
Alt_L Left Alt_L Right
64 100 64 102
from showkey:
56 105 56 106
Is there any way to remap a key that generates two scancodes?