Estoy tratando de encontrar el código de tecla para Fn+ ←presionar la tecla (flecha izquierda). Salidas Xev
FocusOut event, serial 36, synthetic NO, window 0x3c00001, mode NotifyGrab, detail NotifyAncestor
FocusIn event, serial 36, synthetic NO, window 0x3c00001, mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 36, synthetic NO, window 0x0, keys: 4294967213 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Si me dice el código clave aquí, no puedo interpretarlo, por lo que agradecería su ayuda.
También tengo curiosidad por saber si es posible vincular algo a Fn+, Delpero al probar esta combinación, Xev genera
KeyPress event, serial 36, synthetic NO, window 0x3c00001,
root 0xad, subw 0x0, time 1984903, (-666,480), root:(53,533),
state 0x0, keycode 119 (keysym 0xffff, Delete), same_screen YES,
XLookupString gives 1 bytes: (7f) " "
XmbLookupString gives 1 bytes: (7f) " "
XFilterEvent returns: False
KeyRelease event, serial 36, synthetic NO, window 0x3c00001,
root 0xad, subw 0x0, time 1985008, (-666,480), root:(53,533),
state 0x0, keycode 119 (keysym 0xffff, Delete), same_screen YES,
XLookupString gives 1 bytes: (7f) " "
XFilterEvent returns: False
que es exactamente lo mismo que presionar delsin Fn.
Entonces, resumen para abreviar
¿Cómo puedo encontrar el código clave para Fn+ ←(flecha izquierda)?
¿Es posible vincular algo a Fn+ Delo me enfrento a molinos de viento aquí?
fuente