-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow for infinite canvas #3
Comments
Panning should be done via special gesture or shortcut such as space key + drag. Single finger touch should be reserved for drawing. |
Ya that will get cumbersome fast.
For example, I've got a 2-in-1 windows tablet, so I don't have a space key
in tablet mode.
If I have to pan using 2 fingers all the time, there's a high chance I
accidentally only use one finger sometimes meaning I accidentally draw a
line.
I think you'll find if you try an app like OneNote you'll find panning with
1-finger very intuitive
…On Sun, Jan 24, 2021, 2:17 AM foxnoodles ***@***.***> wrote:
Panning should be done via special gesture or shortcut such as space key +
drag. Single finger touch should be reserved for drawing.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/APW66EKWOKR3O47PIKPKBVTS3PJQ5ANCNFSM4WQHFAYQ>
.
|
Well that is how all modern drawing programs work for a reason. You pan with fingers on touch devices. The best option is to let users change the shortcut key but the default behavior should remain the way it is (industry standard pretty much) I'm drawing on Wacom since wacom one so these are not just random opinions fyi |
A button/shortcut would be great
…On Mon, Jan 25, 2021, 3:51 AM foxnoodles ***@***.***> wrote:
Well that is how all modern drawing programs work for a reason. You pan
with fingers on touch devices.
The best option is to let users change the shortcut key but the default
behavior should remain the way it is (industry standard pretty much)
I'm drawing on Wacom since wacom one so these are not just random opinions
fyi
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/APW66EMCONKPKJEELFYNH5TS3U5KRANCNFSM4WQHFAYQ>
.
|
This is amazing!
Your pressure curve is perfect!
As an idea for further development, allow panning using touch (instead of also drawing) so that the canvas can be infinite
The text was updated successfully, but these errors were encountered: