coronalabs / CoronaSDK-SublimeText

Corona Editor is the official Corona SDK plugin for Sublime Text
https://coronalabs.com
MIT License
108 stars 28 forks source link

Keymap fixes #30

Closed RussDragon closed 6 years ago

RussDragon commented 6 years ago

Now Corona plugin won't remap default super+b shortcut.

Shchvova commented 6 years ago

While pointing out important issue, this solution disables keybinding many people rely on. If you want to disable a keybinding, you can do that by copying existing keybindings to Packages/Users/Corona Editor/Default.sublime-keymap and removing offending line.

Alternatively, you can download it like follows (on macOS)

curl -L -o "${HOME}/Library/Application Support/Sublime Text 3/Packages/User/Corona Editor/Default.sublime-keymap" https://raw.githubusercontent.com/coronalabs/CoronaSDK-SublimeText/master/Default.sublime-keymap