Sublime Forum

Command Palet not opening on osx

#1

Hi. Im getting an issue where I cannot open the Command Palette using the shortcut key (OSx). It allows me to open through the menu though.

I’ve gone through the suggestions I’ve found on here, removed the data folder, done a fresh install and also cleared the cache folder, but still doesn’t work. I have the exact same setup on the MacBook, and that works fine.

Is there something I’m missing? all the settings are back to the defaults and just to confirm its a fresh install, It tells me to install package manager.

Any help or ideas would be grateful. It’s driving me up the wall.

0 Likes

#2

In a fresh install, can you try running sublime.log_commands(True) & sublime.log_input(True) in the sublime console and see what output you get when you click on the shortcut that you expect opens the command palette ? It should be something like

key evt: shift+ctrl+p
command: show_overlay {"overlay": "command_palette"}

Also what version of ST are you running ?

0 Likes

#3

Hi @UltraInstinct05.

Sorry i forgot to add the version. Im using ST 4.

I’ve done that and when i then goto super+shift+p it shows key evt: super+shift in the console. It shows everything else though correctly .

I added the option into the keybindings to see if it does anything and still nothing.

0 Likes

#4

Sorry, I just thought i’d try a different key binding for it to see if it works and that has worked. Not quite sure what its conflicting with as theres no plugins installed, its a fresh install.

0 Likes

#5

Just a quick update after the MacBook started doing the same thing.

Instead of “super + shift + p”. The key bindings changed to “fn + super + shift + p” after the update.

0 Likes