Releases: EsportToys/TPMouse
Releases · EsportToys/TPMouse
Version 1.0
Click me to download TPMouse v1.0
- Added inertia mode, and reworked grid mode to bisect rather than using quadrants
v0.2.0-alpha
Click me to download grid.exe
- CHANGE: grid mode activation changed from
toCtrl
Win
G
Alt
Shift
G
- NEW: Experimental inertial cursor motion, activate with
Alt
Shift
C
, navigate withI
/J
/K
/L
, brake withShift
v0.1.3
v0.1.2
Click me to download grid.exe
Changes:
- changed activation hotkey to Ctrl+Win+G rather than Ctrl+Alt+G, as the alt key cancels context menues in Windows, for some reason
- bound U, I, J, K as no-op hotkeys so that context items don't get selected inadvertently
- don't restore the overlay when it is already visible, lest it cancels context menus
v0.1.1
Click me to download grid.exe
Changes:
- change to using
WS_EX_TOPMOST
style for the overlay, otherwise the previous approach of restoring the overlay window constantly just makes the entire thing completely unusable for navigating context menues.