So my mouse input has stopped working entirely in the text area of ST3. I’ve looked at other topics but haven’t been able to find a solution.
This is on a desktop using a physical mouse (non-touchscreen, not using a trackpad). The mouse works everywhere else (menus, scrollbars, minimize, selecting file tabs, etc.), but none of my inputs work in the text area.
I have tried reinstalling, restarting the computer, installing old versions and making sure no other context window was left open, but have had no success.
Running this in the console gives:
sublime.find_resources("*.sublime-mousemap")
[‘Packages/Default/Default (Linux).sublime-mousemap’, ‘Packages/Default/Default (OSX).sublime-mousemap’, ‘Packages/Default/Default (Windows).sublime-mousemap’]
(sorry for any syntax errors, had to type it out because my mouse doesn’t work in the console area either)
Any suggestions?