Skip to content
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

--to-code not work with another input layouts (not QWERTY) #7716

Closed
neuromagus opened this issue Aug 23, 2023 · 2 comments
Closed

--to-code not work with another input layouts (not QWERTY) #7716

neuromagus opened this issue Aug 23, 2023 · 2 comments
Labels
bug Not working as intended

Comments

@neuromagus
Copy link

neuromagus commented Aug 23, 2023

Sway v 1.81
Debian testing
LANG=en_US.UTF-8

for reproduce, just add to config:

input type:keyboard {
    xkb_layout "us,ru"
    xkb_variant "dvorak,typewriter"
    xkb_options "grp:win_space_toggle"
    repeat_delay 250
    repeat_rate 45
}

bindsym --to-code {...}

after that all hotkeys in US layout work on QWERTY, not a DVORAK

I think, this behavior included for all layouts, Colemak, Workman, Neo etc...

@neuromagus neuromagus added the bug Not working as intended label Aug 23, 2023
@triallax
Copy link

triallax commented Aug 25, 2023

Already reported and fixed in master: #7535 #7633

@neuromagus
Copy link
Author

thx a lot. So, need compile git ver? And wait new minor version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not working as intended
Development

No branches or pull requests

2 participants