após a atualização para 14.04 (a partir de 12.04), a seta para baixo não está mais funcionando corretamente no sistema gráfico. No console, a chave funciona bem, mas não no terminal (dentro do X). Infelizmente não encontrei a resposta pesquisando na Internet, talvez eu esteja procurando as tags / palavras-chave erradas. No entanto, encontrei algumas dicas para verificar o comportamento do botão com xev
. O resultado da seta da sequência de teclas esquerda, acima, direita e abaixo é mostrado aqui:
KeyPress event, serial 37, synthetic NO, window 0x3800001,
root 0x283, subw 0x0, time 141793, (-397,1002), root:(390,1054),
state 0x0, keycode 113 (keysym 0xff51, Left), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x3800001,
root 0x283, subw 0x0, time 141974, (-397,1002), root:(390,1054),
state 0x0, keycode 113 (keysym 0xff51, Left), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 37, synthetic NO, window 0x3800001,
root 0x283, subw 0x0, time 142807, (-397,1002), root:(390,1054),
state 0x0, keycode 111 (keysym 0xff52, Up), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x3800001,
root 0x283, subw 0x0, time 142949, (-397,1002), root:(390,1054),
state 0x0, keycode 111 (keysym 0xff52, Up), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 37, synthetic NO, window 0x3800001,
root 0x283, subw 0x0, time 149744, (-397,1002), root:(390,1054),
state 0x0, keycode 114 (keysym 0xff53, Right), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x3800001,
root 0x283, subw 0x0, time 149895, (-397,1002), root:(390,1054),
state 0x0, keycode 114 (keysym 0xff53, Right), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
FocusOut event, serial 37, synthetic NO, window 0x3800001,
mode NotifyGrab, detail NotifyAncestor
FocusIn event, serial 37, synthetic NO, window 0x3800001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 37, synthetic NO, window 0x0,
keys: 4294967171 0 0 0 0 0 0 0 0 0 0 0 0 0 16 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
KeyRelease event, serial 37, synthetic NO, window 0x3800001,
root 0x283, subw 0x0, time 150559, (-397,1002), root:(390,1054),
state 0x0, keycode 116 (keysym 0xff54, Down), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
Como você pode ver, o comportamento da seta para baixo é diferente, mas alguém sabe como corrigi-lo?