Sublime Forum

r2115: Wrong keyboard shortcut shown in Command Palette

#1

My package defines the following keyboard shortcuts in its .sublime-keymap file:

{ "keys": "ctrl+shift+super+l"], "command": "lookup_with_google_and_link"}, { "keys": "ctrl+shift+l"], "command": "wrap_selection_as_link"} ]
The mappings work correctly; however, on Mac OS X, Sublime Text 2 r2115, the Command Palette incorrectly lists the keyboard shortcuts for both commands as ^⇧⌘L.

0 Likes