The method which I mentioned in this blog post of mine, solves the problem, but then you have to
- Close the Sublime Text
- Fire up a terminal
- Execute a command or two
- Open Sublime Text again
- Click
Preferences
->Key Bindings - User
- In the window that opens, you need to add a new keyboard shortcut for the command "toggle_menu". For example, this is how my shortcuts looks like
[{"keys": ["ctrl+\\"], "command": "toggle_side_bar"},
{"keys": ["ctrl+shift+m"], "command": "toggle_menu"}] - Save the file and start doing your happy dance.