En mi computadora portátil Thinkpad, puedo cambiar fácilmente las teclas Atrás / Adelante a otra cosa (generalmente las asigno a PageDown / PageUp), ya que tienen su propio código de tecla (166 y 167):
xmodmap -e 'keycode 166=Prior'
xmodmap -e 'keycode 167=Next'
Sin embargo, en mi teclado USB Thinkpad, las teclas Atrás / Adelante parecen estar asignadas a Alt + Izquierda y Alt + Derecha, respectivamente, por lo que no puedo usar xmodmap para reasignarlas. ¿Hay alguna otra forma de reasignarlos? Ya he intentado xautomation, pero eso no funcionó.
Esto es lo que 'xev' me muestra cuando presiono la tecla Reenviar:
KeyPress event, serial 36, synthetic NO, window 0x4e00001,
root 0xb4, subw 0x0, time 65023191, (16,-20), root:(641,33),
state 0x0, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 36, synthetic NO, window 0x4e00001,
root 0xb4, subw 0x0, time 65023191, (16,-20), root:(641,33),
state 0x8, keycode 114 (keysym 0xff53, Right), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 36, synthetic NO, window 0x4e00001,
root 0xb4, subw 0x0, time 65023271, (16,-20), root:(641,33),
state 0x8, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 36, synthetic NO, window 0x4e00001,
root 0xb4, subw 0x0, time 65023271, (16,-20), root:(641,33),
state 0x0, keycode 114 (keysym 0xff53, Right), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False