Hi, would like to have more customizable / complexe gestures for states.
Problem :
Users are used to the navigation of softwares like photoshop or paint.net and want the same feel (Ctrl + Scroll = zoom, Left Click + Space = Pan, Scroll = Pan vertically, Scroll + Shift = Pan horizontally).
Solution :
Allow more complexe gestures on states :
Mix mouse and keyboard events (for Left Click + Space)
Separate handling of vertical and horizontal panning
Here is a fork feature/extended-gestures where I did one possible implementation of that, there is still some things that could be checked :
Handling panning with keyboard
Regroup the pan vertical / horizontal gestures like the SelectionGestures
Unrelated in the fork : I also added custom cursors for panning which is unrelated but would be cool
Hi, would like to have more customizable / complexe gestures for states.
Problem : Users are used to the navigation of softwares like photoshop or paint.net and want the same feel (
Ctrl + Scroll
= zoom,Left Click + Space
= Pan,Scroll
= Pan vertically,Scroll + Shift
= Pan horizontally).Solution : Allow more complexe gestures on states :
Left Click + Space
)Here is a fork feature/extended-gestures where I did one possible implementation of that, there is still some things that could be checked :
Unrelated in the fork : I also added custom cursors for panning which is unrelated but would be cool