Sublime Forum

[Linux] Toggling Sidebar Doesn't Work

#1

I have a fresh install of Sublime Text 2 on Linux.

When you view the view->Side Bar you can see there’s no keybind set for it as it doesn’t display the short cut. But if I view the keybindings preferences file I can see that it is bound to shift+k shift+b. But when I hit the binds they don’t toggle the side bar.

If I open the console and type:
sublime.log_input(True)
sublime.log_commands(True)

and hit shift+k shift+b it says:

toggle_side_bar

So the console registers it correctly, but the interface doesn’t display the shortcut nor does the shortcut work.

Anyone know how to fix this? It works perfectly fine on Windows 7 though.

Thanks.

0 Likes

Side bar toggle doesn't work in Linux
#2

The default keybinding for linux is ctrl+k ctrl+b

0 Likes