Sublime Forum

Shortcuts for show/hide sidebar & console don't work

#1

I tried changing them but nothing helped.
in both cases i get this in the console:
“no command for selector: noop:”

0 Likes

#2

Did you try it on a new install with the latest version?
Some plugins might be overriding the default keybindings.

0 Likes

#3

I have the newest version with quite a few plugins, but I tried to change the key binding for them and still no joy…

0 Likes

#4

I think atomi was referring to this: sublimetext.com/docs/2/revert.html

0 Likes

#5

Will this delete all my plugins and custom configurations?
if so, this is not a solution.

0 Likes

#6

Type

sublime.log_input(True) sublime.log_commands(True)
in the python console.

Then you’ll see exactly what keys ST2 receives and which commands it runs due to that input.

0 Likes

#7

[quote=“ilya22”]

Will this delete all my plugins and custom configurations?
if so, this is not a solution.[/quote]

The Revert instructions suggest to remove your data folder, but you can also rename it, which will hide it from Sublime and keep your settings.

Then run Sublime and it will create a new default data folder, and allow you to test these key bindings.

When you’re done testing, delete the new Data folder that Sublime created and put your original one back in place, and you’ll have your settings back.

0 Likes

#8

I have installed a fresh install on another computer (a PC, the previous was a mac) and it sill doesn’t work!

0 Likes