Problema de teclado (mapeamento)

1

A pressão da tecla BARRA DE ESPAÇOS produz a pressão da tecla PAGE DOWN e, em seguida, pressiona a tecla BARRA DE ESPAÇOS . Isso é super chato, especialmente quando eu trabalho com processadores de texto (ele move o cursor no final da página e depois produz em branco). Existe um problema semelhante com a tecla RETURN , uma pressão extra na tecla é um PAGE UP neste caso. Não tenho certeza se meu problema é relacionado ao Ubuntu ou apenas relacionado ao Linux. Poderia ser um erro de hardware também porque eu deixei cair meu laptop (ele começou a funcionar mal uma semana depois do outono). Aqui está a saída de xev :

BARRA DE ESPAÇOS

KeyPress event, serial 37, synthetic NO, window 0x4a00001,
    root 0xd5, subw 0x0, time 11588814, (-133,266), root:(1067,409),
    state 0x0, keycode 117 (keysym 0xff56, Next), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

 KeyPress event, serial 37, synthetic NO, window 0x4a00001,
    root 0xd5, subw 0x0, time 11588814, (-133,266), root:(1067,409),
    state 0x0, keycode 65 (keysym 0x20, space), same_screen YES,

    XLookupString gives 1 bytes: (20) " "
    XmbLookupString gives 1 bytes: (20) " "
    XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x4a00001,
    root 0xd5, subw 0x0, time 11588869, (-133,266), root:(1067,409),
    state 0x0, keycode 117 (keysym 0xff56, Next), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x4a00001,
    root 0xd5, subw 0x0, time 11588869, (-133,266), root:(1067,409),
    state 0x0, keycode 65 (keysym 0x20, space), same_screen YES,
    XLookupString gives 1 bytes: (20) " "
    XFilterEvent returns: False      

RETURN

KeyPress event, serial 37, synthetic NO, window 0x4a00001,
    root 0xd5, subw 0x0, time 11664873, (903,592), root:(903,644),
    state 0x0, keycode 112 (keysym 0xff55, Prior), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 37, synthetic NO, window 0x4a00001,
    root 0xd5, subw 0x0, time 11664873, (903,592), root:(903,644),
    state 0x0, keycode 36 (keysym 0xff0d, Return), same_screen YES,
"   XLookupString gives 1 bytes: (0d) "
"   XmbLookupString gives 1 bytes: (0d) "
    XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x4a00001,
    root 0xd5, subw 0x0, time 11664941, (903,592), root:(903,644),
    state 0x0, keycode 112 (keysym 0xff55, Prior), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x4a00001,
    root 0xd5, subw 0x0, time 11664941, (903,592), root:(903,644),
    state 0x0, keycode 36 (keysym 0xff0d, Return), same_screen YES,
"   XLookupString gives 1 bytes: (0d) "
    XFilterEvent returns: False

O que poderia estar errado? Qualquer sugestão será apreciada.

    
por biera 03.05.2017 / 14:59

0 respostas