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

Hotkeys unexpectedly change after config reload #212

Open
Dou2ble opened this issue Mar 19, 2023 · 2 comments
Open

Hotkeys unexpectedly change after config reload #212

Dou2ble opened this issue Mar 19, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@Dou2ble
Copy link

Dou2ble commented Mar 19, 2023

Describe the bug
When nimdow is first launched hotkeys follow the qwerty layout but after a config reload they start to follow colemak. I have set "setxkbmap -layout us -variant colemak" as a autostart command at the top of the config.

To Reproduce
Steps to reproduce the behavior:

  1. add "setxkbmap -layout us -variant colemak"
  2. launch nimdow
  3. hotkeys follow qwerty
  4. reload the config
  5. hotkeys follow colemak

Expected behavior
Hotkeys always follow the selected layout (in my case colemak)

@Dou2ble Dou2ble added the bug Something isn't working label Mar 19, 2023
@Dou2ble
Copy link
Author

Dou2ble commented Mar 19, 2023

a fix i found is to set the keyboard layout before launching nimdow but i still think this is a bug that should be looked into

@avahe-kellenberger
Copy link
Owner

I suppose we could run all the autostart commands before the rest of the config is loaded. That would fix this issue, but I'm unsure if there would be other consequences. It would probably be fine, I'll think about it for a bit and look into it soon.

Thanks for bringing this up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants