Skip to content
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

Drawing while pen move #215

Open
fu11zero opened this issue Oct 23, 2024 · 0 comments
Open

Drawing while pen move #215

fu11zero opened this issue Oct 23, 2024 · 0 comments

Comments

@fu11zero
Copy link

Use wacom (or other drawing device) movement as toggle drawing hotkey.

Right now I am using mouse and wacom tablet at the same time. So, it would be nice if the pen could just and only draw, erase, clean without any keyboard hotkeys. Just pen buttons and movement. And mouse should do the mouse stuff for pointing and pressing ui-buttons.

Toggling should behaive as described in issue "toggle active on hotkey down, deactivate on hotkey up #58".

I suppose, it is not difficult to implement to allow bind like this:

# Toggle drawing ON on start moving stylus 
# and toggle drawing OFF on stop moving stylus 
HOTKEY="Wacom Bamboo1 Pen stylus"

I do not know if there is a api to detect start and stop stylus movement, but gnome-control-center in "Wacom Tablet" menu highlights pen when it moves, and dims when it is not.
2024-10-23_14-51-55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@bk138 @fu11zero and others