Xubuntu의 슈퍼 L 키 더블 트리거 수염 메뉴

Xubuntu의 슈퍼 L 키 더블 트리거 수염 메뉴

Xubuntu 22.04로 업그레이드하기 전에 왼쪽에 있는 Windows 키(Super L)를 누르면 xfce에서 Whisker 메뉴가 열립니다. 업그레이드 후에는 같은 키를 누를 때마다 빠르게 두 번 연속해서 입력한 것과 같습니다. 나는 그 키를 매핑하는 것이 있기 때문이라고 생각합니다. 이것을 실행하면 xev -event keyboard두 Windows 키 모두에 대해 다음을 얻습니다.

오른쪽 Windows 키

KeyPress event, serial 28, synthetic NO, window 0x6a00001,
    root 0x1df, subw 0x0, time 484880404, (423,18), root:(1294,553),
    state 0x10, keycode 134 (keysym 0xffec, Super_R), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 28, synthetic NO, window 0x6a00001,
    root 0x1df, subw 0x0, time 484880476, (423,18), root:(1294,553),
    state 0x50, keycode 134 (keysym 0xffec, Super_R), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

왼쪽 Windows 키

KeyPress event, serial 28, synthetic NO, window 0x6a00001,
    root 0x1df, subw 0x0, time 484907025, (518,-23), root:(1389,512),
    state 0x10, keycode 133 (keysym 0xffeb, Super_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 28, synthetic NO, window 0x6a00001,
    root 0x1df, subw 0x0, time 484907129, (518,-23), root:(1389,512),
    state 0x50, keycode 133 (keysym 0xffeb, Super_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

MappingNotify event, serial 28, synthetic NO, window 0x0,
    request MappingKeyboard, first_keycode 8, count 248

KeyPress event, serial 28, synthetic NO, window 0x6a00001,
    root 0x1df, subw 0x0, time 484907129, (518,-23), root:(1389,512),
    state 0x10, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 28, synthetic NO, window 0x6a00001,
    root 0x1df, subw 0x0, time 484907130, (518,-23), root:(1389,512),
    state 0x14, keycode 9 (keysym 0xff1b, Escape), same_screen YES,
    XLookupString gives 1 bytes: (1b) "
mbLookupString gives 1 bytes: (1b) "
FilterEvent returns: False

KeyRelease event, serial 28, synthetic NO, window 0x6a00001,
    root 0x1df, subw 0x0, time 484907130, (518,-23), root:(1389,512),
    state 0x14, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 28, synthetic NO, window 0x6a00001,
    root 0x1df, subw 0x0, time 484907130, (518,-23), root:(1389,512),
    state 0x10, keycode 9 (keysym 0xff1b, Escape), same_screen YES,
    XLookupString gives 1 bytes: (1b) "
FilterEvent returns: False

실행하면 xmodmap다음과 같은 결과가 나타납니다.

xmodmap:  up to 4 keys per modifier, (keycodes in parentheses):

shift       Shift_L (0x32),  Shift_R (0x3e)
lock        Caps_Lock (0x42)
control     Control_L (0x25),  Control_R (0x69)
mod1        Alt_L (0x40),  Alt_R (0x6c),  Meta_L (0xcd)
mod2        Num_Lock (0x4d)
mod3      
mod4        Super_L (0x85),  Super_R (0x86),  Super_L (0xce),  Hyper_L (0xcf)
mod5        ISO_Level3_Shift (0x5c),  Mode_switch (0xcb)

그러나 나는한다아니요파일 이 있습니다 ~/.Xmodmap. 파일 이 있지만 ~/.Xauthority바이너리/불투명인 것 같습니다.

xmodmap설정 해제를 통해 (또는 아마도 ) setxkbmap무언가를 설정해야 한다고 생각 하지만 그게 무엇인지는 모르겠습니다.

관련 정보