Open nathan323 opened 4 years ago
In Default (Windows).sublime-mousemap:
Default (Windows).sublime-mousemap
`{ "button": "button1", "count": 1, "command": "chain", "args": { "press_commands": [ [ "drag_select", ], [ "hide_overlay", ], ], }, },`
I tried the above withpress_command (the usual syntax in .sublime-mousemap), instead of command, still didn't work. Is there any way to modify the .py file to include mouse support?
press_command
command
In
Default (Windows).sublime-mousemap
:I tried the above with
press_command
(the usual syntax in .sublime-mousemap), instead ofcommand
, still didn't work. Is there any way to modify the .py file to include mouse support?