문자 Q가 키보드에서 작동을 멈췄습니다.

문자 Q가 키보드에서 작동을 멈췄습니다.

편지를 쓰고 Q키보드 q작업을 중단했습니다. (해당 문자를 복사하여 붙여넣기 위해 ASCII 다이어그램을 찾아야 했습니다.) 무슨 일이 일어나고 있는지 정말 모르겠습니다.

xev는 다음과 같은 출력을 생성합니다.

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

MotionNotify event, serial 37, synthetic NO, window 0x4600001,
    root 0x2d0, subw 0x0, time 405078, (133,92), root:(684,389),
    state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 37, synthetic NO, window 0x4600001,
    root 0x2d0, subw 0x0, time 405086, (129,92), root:(680,389),
    state 0x0, is_hint 0, same_screen YES

I tested ever character on my keyboard with & without a shift in the command line.  They all seem to work fine.
erm@erm:/etc$ abcdefghijklmnoprstuvwxyz1234567890!@#$%^&*()_+-=WERTYUIOP{}[]\|ASDFGHJKL:";'ZXCVVBNM<>,.?/`~

그래서 문제를 해결하기 위해 USB 키보드를 연결하고 작업 q에 착수했습니다 Q. 어떤 아이디어가 있나요?

KeyRelease event, serial 37, synthetic NO, window 0x4800001,
    root 0x2d0, subw 0x0, time 1829129, (-168,89), root:(383,386),
    state 0x0, keycode 24 (keysym 0x71, q), same_screen YES,
    XLookupString gives 1 bytes: (71) "q"
    XFilterEvent returns: False

관련 정보