angular-hotkeys icon indicating copy to clipboard operation
angular-hotkeys copied to clipboard

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

Open PManager1 opened this issue 9 years ago • 2 comments

PManager1 avatar Feb 24 '17 02:02 PManager1

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

aramando avatar Feb 24 '17 09:02 aramando

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.

Tischi86 avatar Nov 14 '17 07:11 Tischi86