I'm on a mac, with a new installation of Sublime Text 4, no settings tampered with and pressing the Esc key isn't closing the autocomplete box as it used to in sublime text 3. How can I fix this?
Asked
Active
Viewed 187 times
1
-
Have you remapped `Esc` in the macOS settings? – MattDMo Nov 28 '21 at 19:41
-
@MattDMo nah, never – Ishan Srivastava Nov 28 '21 at 20:07
-
Have you restarted your computer and Sublime? If that didn't work, open the console with `Ctrl+\`` and enter the command `sublime.log_input(True)`. Keep the console pane open while you type something into a source file to trigger autocomplete, then hit `Esc`. Do you see `key evt: escape` in the console? – MattDMo Nov 28 '21 at 20:15
-
You should also `sublime.log_commands(True)` as well; it should log either `hide_auto_complete` or nothing at all; if you see it logging the key but running a different command, you have a key binding blocking it – OdatNurd Nov 28 '21 at 21:38
-
@MattDMo I haven't restarted my computer and its funny, as soon as I opened my console, the esc key to exit autocomplete started working!!! – Ishan Srivastava Nov 29 '21 at 01:34