Clément Grennerat
Clément Grennerat
PDF4Teachers normally does not registers as the default PDF file viewer. The app just have the property ``MimeType`` defined to ``application/pdf`` in the file pdf4teachers.desktop. There is however a ``--file-associations``...
The ``postinst`` file of the .deb installer only contains the line: ```sh xdg-desktop-menu install /opt/pdf4teachers/lib/pdf4teachers-PDF4Teachers.desktop ``` Witch should not set the app as the default PDF viewer. I can try...
This is really strange. The right click must be due to Windows detecting two fingers, cause the app does not do anything about the right click, and I do not...
It looks like the right click is done at the starting point of the drag. Do you had this issue in the v1.0, and do you have it in the...
Ok, I think this is a specific issue with your computer. For moving the cursor and controlling the mouse, I use the ``user32`` dll and I don't think of a...
I may try to simulate a mouse right click release at the start of the dragging process, or even during the dragging process to make sure that your right click...
Well, in fact, sending a right click release event is interpreted as a full right click by Windows and shows the context menu. There may be a way to fix...
ThreeFingersDragOnWindows v2.0 has just been released. In this release, the dragging algorithm have been redeveloped from scratch. It might have fixed your issue. Can you give it a try ?...
Unfortunately, I had a fully working behaviour on the three different touchpad I tested the app on. Although, I noticed that the way touchpad raw inputs are identified and change...
In fact, the contacts inputs are sent independently and I am grouping them automatically when an input is registered twice. I might try to tweak this part of the algorithm....