Hello,
Issue: CTRL+SHIFT+P is not opening the Command Palette.
Searched the internet to see if I could fix this on my own. Came across:
One user there states to open the console and type in:
sublime.log_commands(True)
sublime.log_input(True)
When I type those into the console I receive the following message from Sublime:
Traceback (most recent call last):
File “”, line 1, in
AttributeError: ‘module’ object has no attribute ‘log_commands’
Traceback (most recent call last):
File “”, line 1, in
AttributeError: ‘module’ object has no attribute ‘log_input’
A second user suggested to look inside for the key binding in Sublime. When I searched through the key bindings I was unable to find the shortcut key.
This all stems from me trying to install package control and following the instructions there.
https://packagecontrol.io/installation
Thanks for any help you can provide.