-
-
Notifications
You must be signed in to change notification settings - Fork 579
Add full support for Mac-specific keyboard layouts #206
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
Comments
A related consideration: enable and disable specific keyboard shortcuts when the keyboard lock API is active or inactive. |
Keavon
added a commit
that referenced
this issue
Dec 5, 2021
Keavon
added a commit
that referenced
this issue
Jun 16, 2022
This was referenced Jul 24, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Windows and Linux use the standard keyboard layout. Mac uses Cmd instead of Ctrl. For example, copy (CtrlC) is CmdA on a Mac. Mac also uses Option instead of Alt. We need two different versions of our key bindings depending on whether it's Mac or non-Mac.
This is probably an important feature before we launch at the end of Sprint 5 with version 0.1.
event modifiers,key aliases, andsystem modifier keys -some progress in Make Vue modifier keys work on the Mac keyboard layout #419)The text was updated successfully, but these errors were encountered: