chieffancypants / angular-hotkeys

Configuration-centric keyboard shortcuts for your Angular apps.
http://chieffancypants.github.io/angular-hotkeys/
MIT License
1.68k stars 254 forks source link

how can i use( Apple/mac's ) command key for shortcut creation ? #262

Open PManager1 opened 7 years ago

aramando commented 7 years ago

@jpca999 See the "Supported Keys" section of the Moustrap docs. But in short, just use "command" as you would "ctrl" in combos.

Tischi86 commented 6 years ago

Or since Mousetrap 1.4 use mod+s

On Mac this ends up mapping to command+s whereas on Windows and Linux it maps to ctrl+s.