Your comments

I've just discovered *.sublime-mousemap and I can do the following:


[
{ "button": "scroll_down", "modifiers": ["ctrl"], "command": "scroll_lines", "args": {"amount": -20.0 }, "press_command": "" },
{ "button": "scroll_up", "modifiers": ["ctrl"], "command": "scroll_lines", "args": {"amount": 20.0 }, "press_command": "" }
]


It doesn't seem to work without using a modifier, but this is probably good enough...!


Thanks!