Sublime Forum

Ctrl+b/ctrl+k doesn't toggle sidebar

#1

hello forum,

the subject of this thread says it all: i have two licensed versions of sublime 2 running on two different windows 7 machines. on both the key bindings ctrl+k or ctr+b doesn’t toggle the sidebar as they are supposed to do …

this is the entry in my default (windows).sublime-keymap:

{ "keys": "ctrl+k", "ctrl+b"], "command": "toggle_side_bar" },

any hints are much appreciated, thanks!

1 Like

#2

This is a sequential shortcut. You have to press ctrl+k AND THEN ctrl+b.

1 Like

#3

oh dear, thank you very much senzo! :blush:

0 Likes

#4

I’m curious why was it purposefully made difficult to toggle the sidebar using hotkeys? Wouldn’t it just be easier to use “Super+K” or some other unique simple hotkey?

0 Likes

#5

Bascically, sublime has almost all normal shortcuts already used, so ctrl+k was selected to allow for more shortcuts by using the sequence. If ctrl+k was used for a shortcut by itself, then you lose that key for triggering additional shortcuts.

0 Likes