You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, that's weird. It is known that fir non-US layouts holding a key conbo does not constantly send signals, but only once, but I didn't know about this. Thanks for reporting it 👍
I think dxhd requires rewriting the keyboard logic independent of the layout. Based on scancodes. As an example, I have to write two key handling rules. One for English layout, another for Russian:
## Focus the parent container
# super + a
i3-msg -t command focus parent
# super + Cyrillic_ef
i3-msg -t command focus parent
But i3 may work in symbol or scancode mode (bindsym or bindcode directive)
super + 4 not worked in russian keyboard layout
If active keyboard layout is russian
dxhd
does not react on super + 4 key combinationHow do you reproduce this bug
setxkbmap ru,us --option compose:ralt
dxhd.sh:
The text was updated successfully, but these errors were encountered: