JoseExposito / touche

The desktop application to configure Touchégg
GNU General Public License v3.0
543 stars 26 forks source link

Allow 2-5 fingers to swipe and pinch #82

Closed ichaoX closed 1 year ago

ichaoX commented 1 year ago

Relates to: #25

JoseExposito commented 1 year ago

Hi @ichaoX

Thanks for the pull request. As I mentioned in #25, gestures performed with 5 fingers or 2 fingers in case of pinch, are only available for touchscreens. Including them would probably confuse some users.

I like you approach to clarify in the title that they are touchscreen only but, what do you think about putting the new options inside an expander?

https://docs.gtk.org/gtk4/class.Expander.html

I think that it could be easier for the users to understand that those are touchscreen only settings.

ichaoX commented 1 year ago

Only available for touchscreens gestures have been put into expander.

JoseExposito commented 1 year ago

Sorry for the delay looking into this, it's been a busy week. Merged, thanks a lot!