CCP-Command-Palette
CCP-Command-Palette copied to clipboard
On Mac the shortcut should be Cmd+P
I'm not sure how you'd write that in the extension code, but apparently the existing (80 === event.which) && event.metaKey
reacts to Ctrl, which on Mac OS X is sub-optimal.
The default shortcut key for Sublime Text's palette in Mac is Cmd+P and Shift+Cmd+P
+1 on this!