Sublime Forum

Build Keyboard Shortcut

#1

I can not unbind the Build from Ctrl+B, I’ve tried putting the following in my Key Binding - User file:

{ "keys": "ctrl+b"], "command": "" }, { "keys": "ctrl+shift+b"], "command": "build" }, { "keys": "ctrl+shift+alt+b"], "command": "build", "args": {"variant": "Run"} } ]

But, with or without the Ctrl+B line, it doesn’t seem to remove the “build” function using Ctrl+B on my keyboard. I’m using powershell to test.

0 Likes

#2

{ “keys”: “ctrl+b”], “command”: “unbound”}

(Thanks, ayonix)

0 Likes