Hi All,
I’ve been using SublimeText without troubles on Ubuntu linux since early version 2. I’m using the 64 bit version.
This morning I updated from build 3114 to build 3126, and my keyboard shortcut for autocomplete stopped working. I haven’t changed the shortcut configuration. Here it is:
{
“keys”: [“ctrl+space”],
“command”: “auto_complete”
}
When I press ctrl+space, the buffer briefly flashes, but nothing is brought up. The default shortcut of alt+/ works fine and properly brings up the autocomplete panel, so at least I know autocomplete is working.
I cannot find any other conflicting shortcuts (even installed the KeyConflict plugin to double check). How can I begin troubleshooting this issue?