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: Meta key shortcuts not bound correctly in Windows browsers #1753

Merged
merged 1 commit into from Dec 30, 2020

Conversation

tommoor
Copy link
Member

@tommoor tommoor commented Dec 29, 2020

  • Removes incorrect use of event.metaKey (It's the Windows key on Windows)
  • Adds additional helpers and utils for keybinding
  • Fixes shortcuts incorrectly bound to Windows key

closes #1745

Comment on lines +47 to +50
<Keys>
<Key>{metaDisplay}</Key> + <Key>.</Key>
</Keys>
<Label>{t("Toggle sidebar")}</Label>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add missing (newly added) shortcut for toggling sidebar while we're here.

@tommoor tommoor merged commit 8dba32b into develop Dec 30, 2020
@delete-merged-branch delete-merged-branch bot deleted the fix/issue-1745 branch December 30, 2020 17:35
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.

(Other) Shortcuts not working for Windows
1 participant