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

fix: use mod for default keybinds #488

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

chrisbilodeau
Copy link

mod evaluates to ctrl on Windows/Linux and cmd on MacOS

fixes #338

mod evaluates to ctrl on Windows/Linux and cmd on MacOS

fixes franciscoBSalgueiro#338
Technically for MacOS it should be 'quit' instead of 'exit' but using
exit keeps it consistent to the current app and translations.
@chrisbilodeau chrisbilodeau force-pushed the bugfix/338-macos-keybinds branch from c8f0715 to 0cbba1e Compare January 6, 2025 20:20
@chrisbilodeau
Copy link
Author

Noticed there were key binds for the board tabs that weren't defined in the keybinds file so set those to use mod as well and made them configurable. Also added a key bind to exit the app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mac COMMAND rather than CTRL key bindings
1 participant