You are not logged in.

#1 2021-09-29 14:14:34

Chris9766
Member
Registered: 2021-09-29
Posts: 3

Rebound Super+L + Shift_L + 2 doesn't work

In my DWM config I have Super_L + Shift + Number to move a window to a different desktop

I've done
```
setxkbmap -option caps:super
xcape -e 'Super_L=Escape'
```
to remap my caps lock key to Super_L on hold and ESC on tap

The original Super_L + either Shift + 2 works fine

The rebound Super_L + Shift_R + 2 works fine

The rebound Super_L + Shift_L + any other number works fine

the @ key shows up fine on xev when using shift+2 and I can switch to desktop 2 fine with rebound Super_L + 2

With xev when moving the window to desktop 3 I get

```
KeyPress event, serial 32, synthetic NO, window 0x4600001,
    root 0x523, subw 0x0, time 9049260, (468,347), root:(498,410),
    state 0x0, keycode 66 (keysym 0xffeb, Super_L), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyPress event, serial 32, synthetic NO, window 0x4600001,
    root 0x523, subw 0x0, time 9049481, (468,347), root:(498,410),
    state 0x40, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

FocusOut event, serial 32, synthetic NO, window 0x4600001,
    mode NotifyGrab, detail NotifyAncestor

FocusOut event, serial 32, synthetic NO, window 0x4600001,
    mode NotifyUngrab, detail NotifyPointer

FocusIn event, serial 32, synthetic NO, window 0x4600001,
    mode NotifyUngrab, detail NotifyAncestor

KeymapNotify event, serial 32, synthetic NO, window 0x0,
    keys:  0   0   0   0   0   0   4   0   4   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 32, synthetic NO, window 0x4600001,
    root 0x523, subw 0x0, time 9049871, (468,347), root:(498,410),
    state 0x41, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyRelease event, serial 32, synthetic NO, window 0x4600001,
    root 0x523, subw 0x0, time 9049890, (468,347), root:(498,410),
    state 0x40, keycode 66 (keysym 0xffeb, Super_L), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False
```

When trying to move to window 2 I get

```
KeyPress event, serial 32, synthetic NO, window 0x4600001,
    root 0x523, subw 0x0, time 9112937, (1896,954), root:(1926,1017),
    state 0x0, keycode 66 (keysym 0xffeb, Super_L), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyPress event, serial 32, synthetic NO, window 0x4600001,
    root 0x523, subw 0x0, time 9113091, (1896,954), root:(1926,1017),
    state 0x40, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyRelease event, serial 32, synthetic NO, window 0x4600001,
    root 0x523, subw 0x0, time 9113419, (1896,954), root:(1926,1017),
    state 0x41, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyRelease event, serial 32, synthetic NO, window 0x4600001,
    root 0x523, subw 0x0, time 9113453, (1896,954), root:(1926,1017),
    state 0x40, keycode 66 (keysym 0xffeb, Super_L), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False
```

So

```
YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

FocusOut event, serial 32, synthetic NO, window 0x4600001,
    mode NotifyGrab, detail NotifyAncestor

FocusOut event, serial 32, synthetic NO, window 0x4600001,
    mode NotifyUngrab, detail NotifyPointer

FocusIn event, serial 32, synthetic NO, window 0x4600001,
    mode NotifyUngrab, detail NotifyAncestor

KeymapNotify event, serial 32, synthetic NO, window 0x0,
    keys:  0   0   0   0   0   0   4   0   4   0   0   0   0   0   0   0
           0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
```
is missing

Offline

Board footer

Powered by FluxBB