mardi 14 octobre 2014

Add horizontal Scrolling


Vote count:

0




I am trying to make it so when I hold Alt and scroll the mouse wheel the editor scrolls to the right or left.


I have tried adding this to the (Windows).sublime-mousemap file.



{ "button": "scroll_up", "modifiers": ["alt"], "command": "scroll_width", "args": {"amount": 30 } },
{ "button": "scroll_down", "modifiers": ["alt"], "command": "scroll_width", "args": {"amount": -30 } },


But it will not pick up this command. I am new to sublime so I think I might have the syntax wrong or missed something out.



asked 1 min ago

Max

2,363






Add horizontal Scrolling

Aucun commentaire:

Enregistrer un commentaire