-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sxhkd swapping keys when using super #291
Comments
It can be solved by disabling Dvorak, changing the first line of
to
|
I suspect this is a duplicate of #289 |
@pedroilidio to help confirm that this is a duplicate of #289, could you (either or both)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some combinations with the super key appear to have messed keymaps with sxhkd.
super + l
turns intosuper + n
,super + k
is registered assuper + t
andsuper + j
now activatessuper + y
.I have no clue what is going on, they were working fine until the last update, apparently. I use Brazilian and Dvorak layouts with setxkbmap on
.xinitrc
. Here are some logs recording the chords I mentioned:sxhkd log from -s option
Hsuper + h Cbspc node -f west Hsuper + t Cbspc node -t tiled Hsuper + n Cnautilus Hsuper + Tab Cbspc desktop -f last Hsuper + 1 Cbspc desktop -f '^1' Hsuper + Tab Cbspc desktop -f last Hsuper + Tab Cbspc desktop -f last Hsuper + Tab Cbspc desktop -f lastxev -event keyboard
Outer window is 0x1200001, inner window is 0x1200002KeymapNotify event, serial 24, synthetic NO, window 0x0,
keys: 226 0 0 0 16 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 25, synthetic NO, window 0x1200001,
root 0x3e7, subw 0x0, time 1645083, (281,-123), root:(1129,372),
state 0x0, keycode 36 (keysym 0xff0d, Return), same_screen YES,
" XLookupString gives 1 bytes: (0d) "
XFilterEvent returns: False
KeymapNotify event, serial 26, synthetic NO, window 0x0,
keys: 231 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
KeymapNotify event, serial 26, synthetic NO, window 0x0,
keys: 231 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
KeymapNotify event, serial 26, synthetic NO, window 0x0,
keys: 231 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
KeyPress event, serial 28, synthetic NO, window 0x1200001,
root 0x3e7, subw 0x0, time 1650036, (280,211), root:(1128,706),
state 0x0, keycode 133 (keysym 0xffeb, Super_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeymapNotify event, serial 28, synthetic NO, window 0x0,
keys: 231 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
KeymapNotify event, serial 28, synthetic NO, window 0x0,
keys: 231 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
KeymapNotify event, serial 28, synthetic NO, window 0x0,
keys: 231 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
And the config files:
sxhkdrc
.xinitrc
bspwmrc
Thanks for any help!
The text was updated successfully, but these errors were encountered: