xmodmap Alt+Tab이 새 Alt_L 키와 작동하지 않습니다.

xmodmap Alt+Tab이 새 Alt_L 키와 작동하지 않습니다.

Space 양쪽에서 동일한 CTRL 기능을 사용할 수 있도록 ~/.Xmodmap키코드를 118로 설정하도록 편집했습니다 . Control_L제거하고 추가해야 했는데 Control_L이제는 control잘 작동합니다.

keycode 127 = Insert


remove control = Control_L

keycode 118 = Control_L

add control = Control_L


keycode 135 = ISO_Level3_Shift

keycode 108 = space


remove mod1 = Alt_L

keycode 94 = Alt_L ISO_Next_Group Alt_L ISO_Next_Group

add mod1 = Alt_L

둘 다 같은 방식으로 작동 Alt+Tab하더라도 지금은 작동하지 않습니다. 새로 다른 프로그램으로 전환한 후 첫 번째 프로그램으로 돌아갑니다. 작업 전환기 메뉴가 전혀 표시되지 않습니다.AltAlt+TabAlt

출력 xmodmap -pm:

[hax@localhost ~]$ xmodmap -pm

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),  Control_L (0x76)

mod1        Alt_L (0x40),  Alt_L (0x5e),  Alt_L (0xcc),  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),  space (0x6c),  ISO_Level3_Shift (0x87),  Mode_switch (0xcb)

xbindkeys -k이전 버전의 출력 Alt:

[hax@localhost ~]$ xbindkeys -k
Press combination of keys or/and click under the window.
You can use one of the two lines after "NoCommand"
in $HOME/.xbindkeysrc to bind a key.
"NoCommand"
    m:0x8 + c:64
    Alt + Alt_L

xbindkeys -k새로운 출력 Alt:

[hax@localhost ~]$ xbindkeys -k
Press combination of keys or/and click under the window.
You can use one of the two lines after "NoCommand"
in $HOME/.xbindkeysrc to bind a key.
"NoCommand"
    m:0x8 + c:94
    Alt + Alt_L

xev이전 버전의 출력 Alt:

KeyPress event, serial 37, synthetic NO, window 0x3e00001,
    root 0x9b, subw 0x0, time 10657877, (328,658), root:(1612,798),
    state 0x0, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 40, synthetic NO, window 0x3e00001,
    root 0x9b, subw 0x0, time 10657981, (328,658), root:(1612,798),
    state 0x8, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

xev새로운 출력 Alt:

KeyPress event, serial 40, synthetic NO, window 0x3e00001,
    root 0x9b, subw 0x0, time 10659997, (328,658), root:(1612,798),
    state 0x0, keycode 94 (keysym 0xffe9, Alt_L), same_screen YES,
    XKeysymToKeycode returns keycode: 64
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 40, synthetic NO, window 0x3e00001,
    root 0x9b, subw 0x0, time 10660077, (328,658), root:(1612,798),
    state 0x8, keycode 94 (keysym 0xffe9, Alt_L), same_screen YES,
    XKeysymToKeycode returns keycode: 64
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

관련 정보