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

Is there a provision for dealing with Mac/PC differences? IE, Ctrl vs CMD? #60

Open
joshgoebel opened this issue Mar 7, 2020 · 0 comments

Comments

@joshgoebel
Copy link

joshgoebel commented Mar 7, 2020

Related: refactory-id/bootstrap-markdown#329

On Mac many/most common hotkeys are CMD based vs Ctrl based...

  • Mac: CMD-B for bold, CMD-I for bold, etc.
  • Windows: Ctrl-B for bold, Ctrl-I for bold, etc.

Does the library have anything built-in to handle this or is it the responsibility of every consumer to handle these differences on their own?

We're using bootstrap-markdown which hard codes "Ctrl", ie: hotkey: 'Ctrl+B', which I'm told does not "just work" on Mac but instead requires Ctrl to be used. I'm asking because this feels like something that would have already come up many times and I wonder if I'm just missing something.

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

No branches or pull requests

1 participant