Replies: 1 comment
-
I think we can refer to TipTap using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What problem does this feature solve?
Different operating systems use different modifier keys to denominate keyboard shortcuts.
However, the command key is mapped to the
.meta
system key modifier. This makes it very cumbersome to create applications that work correctly on any platform. Instead of using event modifiers, the distinction has to be made programmatically in the event callback.What does the proposed API look like?
Introduce a new abstract
shortcut
System Modifier Key that maps to the correct key modifier on each platform.Beta Was this translation helpful? Give feedback.
All reactions