Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix position for click and drag with EmulateMB | Alex Tanskanen | 2020-05-26 | 1 | -12/+60 |
| | | | | | | | If you have the setting "Emulate middle mouse button" turned on, a click and drag can fail if it is done very quickly. The position of the initial click will be incorrect in such a case because the timeout will delay events. | ||||
* | Add emulated middle mouse button | Alex Tanskanen | 2020-01-16 | 1 | -0/+289 |
Not every mouse has three buttons e.g. laptops. Some OS might not have support for middle mouse button emulation. This commit adds emulation for middle mouse button when pressing both left and right mouse button simultaneously. |