Does anybody know if it's possible to bind the middle mouse button to an action in Sublime Text 2?
I know that some mouse interaction is possible, because you can use the back and forward buttons.
Basically, I was going to use this button to upload a file with the sFTP plugin so it would decrease the amount of buttons I would need to press from 3 to 1.
Currently, I have:
{ "keys": ["ctrl+shift+u"], "command": "sftp_upload_file" }
Ideally it would be something like this:
{ "keys": ["mouse4"], "command": "sftp_upload_file" }