truong2d / mm

Mouse Without Borders prereleases for testing/validation.
http://aka.ms/mm
118 stars 9 forks source link

Add distinct hotkeys for enable/disable Easy Mouse #2

Open mwmoseley opened 3 years ago

mwmoseley commented 3 years ago

I currently make use of the Toggle Easy Mouse: Ctrl+Alt+: option quite a bit, but what I'd really like is a set of distinct hotkeys to Enable or Disable Easy Mouse so I could have scripts that definitely disable or enable it rather than trying to assume the state and then toggle it.

truong2d commented 3 years ago

Currently you can automate turning on/off EasyMouse by updating the registry. You would have to restart the app and that can also be scripted. psexec /s /i reg add HKCU\Software\Microsoft\MouseWithoutBorders /v EasyMouse /t REG_DWORD /d 1 /f