-
Notifications
You must be signed in to change notification settings - Fork 1
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
Suggestion: hotkeys for desk positions #16
Comments
Thanks for the suggestion! I've been actually meaning to add that for a while, but first I want to improve the stability of the app across systems - this will be a major change so I'll try to add global hotkeys alongside it. |
@golota60 thank you for implementing this feature! 🙏 I have troubles of making them work on win10. Hotkeys are being registered, but some keys or combinations with ctrl / alt / win key do not work. E.g. a hotkey for just a single key, e.g. "R" - works. "/" - works on the regular "/" key (next to right-shift), does not work on numpad-"/" key. "Shift+R", "Control+R", "Shift+/", "Control+AltGraph+/", "Control+/", "Meta+/" - those do not work |
@falkenhawk I've been quite busy this week - I'll try to fix this as soon as I get my hands on win10 PC 😄 In the meantime, you should be able to open config file manually and change the "shortcut" field according to this doc - https://www.electronjs.org/docs/latest/api/accelerator - this is electron's docs, not tauri's, but it should work exactly the same(also tauri doesn't have similar docs 😛 ) |
No problem, thanks for your commitment! I'll experiment with the values in config. |
I'd be great if positions could be changed by pressing a defined key combination. Hotkeys should work globally, system-wide.
The text was updated successfully, but these errors were encountered: