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.