La tecla Capital D no funciona/produce resultados

La tecla Capital D no funciona/produce resultados

Por alguna razón inexplicable, la dtecla mayúscula de mi sistema Ubuntu ya no produce resultados. Al presionar el bloqueo de mayúsculas y luego d se produce una D. Probé con varios teclados y el problema es el mismo. No hay nada vinculado a Shift+ den Sistema > Preferencias > Atajos de teclado. xev produce lo siguiente:

shift+a

KeyPress event, serial 36, synthetic NO, window 0x4c00001,
    root 0x27a, subw 0x0, time 31268952, (130,-16), root:(1000,525),
    state 0x10, keycode 62 (keysym 0xffe2, Shift_R), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 36, synthetic NO, window 0x4c00001,
    root 0x27a, subw 0x0, time 31269376, (130,-16), root:(1000,525),
    state 0x11, keycode 38 (keysym 0x41, A), same_screen YES,
    XLookupString gives 1 bytes: (41) "A"
    XmbLookupString gives 1 bytes: (41) "A"
    XFilterEvent returns: False

KeyRelease event, serial 36, synthetic NO, window 0x4c00001,
    root 0x27a, subw 0x0, time 31269584, (130,-16), root:(1000,525),
    state 0x11, keycode 38 (keysym 0x41, A), same_screen YES,
    XLookupString gives 1 bytes: (41) "A"
    XFilterEvent returns: False

KeyRelease event, serial 36, synthetic NO, window 0x4c00001,
    root 0x27a, subw 0x0, time 31269608, (130,-16), root:(1000,525),
    state 0x11, keycode 62 (keysym 0xffe2, Shift_R), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

shift+d

KeyPress event, serial 36, synthetic NO, window 0x4c00001,
    root 0x27a, subw 0x0, time 31102792, (115,-13), root:(985,528),
    state 0x10, keycode 62 (keysym 0xffe2, Shift_R), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

FocusOut event, serial 36, synthetic NO, window 0x4c00001,
    mode NotifyGrab, detail NotifyAncestor

FocusIn event, serial 36, synthetic NO, window 0x4c00001,
    mode NotifyUngrab, detail NotifyAncestor

KeymapNotify event, serial 36, synthetic NO, window 0x0,
    keys:  2   0   0   0   0   0   0   64  0   0   0   0   0   0   0   0   
           0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   

KeyRelease event, serial 36, synthetic NO, window 0x4c00001,
    root 0x27a, subw 0x0, time 31103104, (115,-13), root:(985,528),
    state 0x11, keycode 62 (keysym 0xffe2, Shift_R), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

Respuesta1

Los eventos FocusOut y FocusIn significan que otra cosa está atrayendo la atención. Lo más probable es que haya Shift-Dasignado algún tipo de tecla de acceso rápido del administrador de ventanas.

Revise las combinaciones de teclas de su administrador de ventanas y encuentre la entrada ofensiva, entonces debería estar bien.

información relacionada