Skip to content

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

@joshgoebel

Description

@joshgoebel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions