github/hotkey

Feature request: Platform specific hotkeys

jonrohan opened this issue · 1 comments

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>

I realized the event installation happens elsewhere, closing