angular-hotkeys
angular-hotkeys copied to clipboard
how can i use( Apple/mac's ) command key for shortcut creation ?
@jpca999 See the "Supported Keys" section of the Moustrap docs. But in short, just use "command" as you would "ctrl" in combos.
Or since Mousetrap 1.4 use mod+s
On Mac this ends up mapping to
command+swhereas on Windows and Linux it maps toctrl+s.