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

Add a hotkey to pause listening to new movements #84

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

RduMarais
Copy link

I implemented this feature so I could use the eraser when drawing.

What is going on :

  • I added a check in both read_tablet functions tp pause the incoming events using a shortcut.
  • The shortcut is fetched using lib keyboard
  • You can define your shortcut using --hotkey argument.
  • By default, no hotkey is defined
  • you can use all key codes available here

What could be improved

@Evidlo
Copy link
Owner

Evidlo commented Jun 19, 2023

Can pynput be used instead of keyboard for this? It is already a dependency of this package.

@Evidlo
Copy link
Owner

Evidlo commented Jul 25, 2024

Bump

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

Successfully merging this pull request may close these issues.

2 participants