mrvladus / Errands

Todo application for those who prefer simplicity.
MIT License
268 stars 65 forks source link

Right click not accessible with my Librem5 build-in touch screen #284

Open sim6 opened 1 month ago

sim6 commented 1 month ago

Since d00cfc0698e3e418b7f346a7edae79634790066f, "Edit", "Move to Trash", "Copy to Clipboard" and "Export" actions are moved to right click but it is not accessible with my Librem5 build-in touch screen.

What about make it also accessible via regular click?

mrvladus commented 1 month ago

I thought that right-click menu on touch is triggered by long press, is it not?

mrvladus commented 1 month ago

Oh.. I see, there is separate GtkGestureLongPress for this.

mrvladus commented 1 month ago

Since you have touch device, how does right-click menus handled in other Gtk apps?