Ctrl x перестает работать случайно 18.04.02

Сочетание клавиш Ctrl + x перестает работать в общесистемной системе Ubuntu как для вырезания файлов, так и для текста в редакторах, а также не работает для перехода в режим выхода в vim.

пытаясь отладить его в xev, я вижу, что Ctrl + X имеет другой вывод, чем другие комбинации Ctrl + клавиша:

клавиша z:

    root 0x228, subw 0x4a00002, time 6280789, (61,67), root:(178,174),
    state 0x0, keycode 52 (keysym 0x7a, z), same_screen YES,
    XLookupString gives 1 bytes: (7a) "z"
    XmbLookupString gives 1 bytes: (7a) "z"
    XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x4a00001,
    root 0x228, subw 0x4a00002, time 6280810, (61,67), root:(178,174),
    state 0x0, keycode 52 (keysym 0x7a, z), same_screen YES,
    XLookupString gives 1 bytes: (7a) "z"
    XFilterEvent returns: False

клавиша Ctrl :

    root 0x228, subw 0x0, time 6364097, (110,98), root:(227,205),
    state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x4a00001,
    root 0x228, subw 0x0, time 6364402, (110,98), root:(227,205),
    state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

ctrl + z:

    root 0x228, subw 0x0, time 6400712, (81,125), root:(198,232),
    state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 37, synthetic NO, window 0x4a00001,
    root 0x228, subw 0x0, time 6402264, (81,125), root:(198,232),
    state 0x4, keycode 52 (keysym 0x7a, z), same_screen YES,
    XLookupString gives 1 bytes: (1a) ""
    XmbLookupString gives 1 bytes: (1a) ""
    XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x4a00001,
    root 0x228, subw 0x0, time 6402356, (81,125), root:(198,232),
    state 0x4, keycode 52 (keysym 0x7a, z), same_screen YES,
    XLookupString gives 1 bytes: (1a) ""
    XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x4a00001,
    root 0x228, subw 0x0, time 6402995, (81,125), root:(198,232),
    state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

x ключ:

    root 0x228, subw 0x0, time 6716031, (125,136), root:(242,243),
    state 0x0, keycode 53 (keysym 0x78, x), same_screen YES,
    XLookupString gives 1 bytes: (78) "x"
    XmbLookupString gives 1 bytes: (78) "x"
    XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x4a00001,
    root 0x228, subw 0x0, time 6716058, (125,136), root:(242,243),
    state 0x0, keycode 53 (keysym 0x78, x), same_screen YES,
    XLookupString gives 1 bytes: (78) "x"
    XFilterEvent returns: False

ctrl + x:

    root 0x228, subw 0x0, time 6506111, (121,67), root:(238,174),
    state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

FocusOut event, serial 37, synthetic NO, window 0x4a00001,
    mode NotifyGrab, detail NotifyAncestor

FocusOut event, serial 37, synthetic NO, window 0x4a00001,
    mode NotifyUngrab, detail NotifyPointer

FocusIn event, serial 37, synthetic NO, window 0x4a00001,
    mode NotifyUngrab, detail NotifyAncestor

KeymapNotify event, serial 37, synthetic NO, window 0x0,
    keys:  40  0   0   0   32  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   

KeyRelease event, serial 37, synthetic NO, window 0x4a00001,
    root 0x228, subw 0x0, time 6506755, (121,67), root:(238,174),
    state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

Дон Я не понимаю, что это значит, но это происходит только с помощью Ctrl + X, надеюсь, это может указать кому-то правильное направление.

спасибо!

0
задан 23 May 2019 в 20:04

0 ответов

Другие вопросы по тегам:

Похожие вопросы: