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>
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.