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

Ability to switch on and off the pressure sensitivity of pen and pen-tablet #129

Closed
vohra64 opened this issue May 12, 2021 · 4 comments
Closed

Comments

@vohra64
Copy link

vohra64 commented May 12, 2021

Gromit-mpx is an excellent software for screen annotations.

I have been using it with XP-Pen tablet and it picked up the input device nicely and is working well after a few changes in the config file.

While drawing on screen I noticed that it also picks up the pressure input from the pen and changes the thickness of the drawing. Typically, while writing with a pen, it makes the words to appear shabby. So there should be some button/function/ switch that could be activated to turn off and on the pressure sensitivity.

My request to add it in a future release.

Meanwhile, if it can be done through some directive at compile time, it would be of help.

Thanks.

@vohra64 vohra64 changed the title Ability to switch and off the pressure sensitivity of pen and pen-tablet Ability to switch on and off the pressure sensitivity of pen and pen-tablet May 12, 2021
@bk138
Copy link
Owner

bk138 commented May 12, 2021

Maybe a dupe of #92 ?

@vohra64
Copy link
Author

vohra64 commented May 13, 2021

Thanks for your quick response.

I just had at look at #92 and the solution to it in #115 ,
Yes part of my feature request is covered in it. I have two points here

  1. The pressure sensitivity can be nullified as per Add a maxsize parameter (see issue #92 for more info) #115 but it is not clear whether it can be done through a directive or parameter in cfg file. If yes, documentation need to be updated to indicate how,
  2. My request is to add a switch to set the sensitivity on or off in the options item of the menu that appears on right clicking the tray icon.

Thanks.

@vohra64 vohra64 closed this as completed May 13, 2021
@vohra64 vohra64 reopened this May 13, 2021
@vohra64
Copy link
Author

vohra64 commented May 13, 2021

I accendently closed it so opened again.

bk138 added a commit that referenced this issue May 14, 2021
@bk138
Copy link
Owner

bk138 commented May 14, 2021

1. The pressure sensitivity can be nullified as per #115 but it is not clear  whether it can be done through a directive or parameter in cfg file. If yes,  documentation need to be updated to indicate how,

2c7589d should answer this

2. My request is to add a switch to set the sensitivity on or off in the options item  of the menu that appears on right clicking the tray icon.

You can't do that, but you can define a tool with minsize==maxsize and map some mouse button and/or modifier key to it as per https://github.com/bk138/gromit-mpx#configuration - We will not implement something like pressure de/activation via the menu as any drawing config should be bound to a "tool" defined in the config file. You might want to subscribe to #91 to get updates on tool switching via menu in addition to buttons/keys.

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

2 participants