You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: