Sublime Forum

ST4:4113 can't press enter to select file after show files popup

#1

hi,guys。its weird that i cant select the file after show files popup with the key enter。Is anyone has the problem?

0 Likes

#2
0 Likes

#3

thanks for the reply. i realize that the portion belows doesnt exists in my default-key binding:

{ "keys": ["enter"], "command": "select", "context":
		[
			{ "key": "overlay_has_focus", "operator": "equal", "operand": true },
			{ "key": "overlay_name", "operator": "equal", "operand" : "goto" }
		],
	},

so i add the portion in my user key-binding.it works. im not sure the situation if cause by i upgrade from st3 directly.

0 Likes

#4

It’s described in the linked post. You have an override for the default keybindings. This is simply not advised and I’d suggest removing the override.

0 Likes

#5

i checked the keybinding of the plugins what i installed.i definitely there’s no enter overrides. it makes me confused. i’ll remove st and reinstall it with the plugins i need later. thanks again.:no_mouth:

0 Likes

#6

You might just want to check, whether an Default folder exists in your Packages path then (see Menu > Tools > Browse Packages…).

It would override default bindings shipped with ST4 and thus break several functions.

Several reports about malfunctions have been seen on this forum which were caused by this reason.

0 Likes

#7

yes,ur right。the Default folder is exists from ST3. thanks.

0 Likes