github / hotkey

Trigger an action on an element with a keyboard shortcut.
https://github.github.com/hotkey/
MIT License
3.22k stars 97 forks source link

Feature request: Platform specific hotkeys #44

Closed jonrohan closed 3 years ago

jonrohan commented 3 years ago

It would be nice to be able to set platform specific hotkeys. This is important because often there's a keyboard shortcut that might collide with an os specific combo.

<button type="submit" data-hotkey-mac="Control+M" data-hotkey-win="Alt+M">
  Save
</button>
jonrohan commented 3 years ago

I realized the event installation happens elsewhere, closing