mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Option to disable zones activation by mouse (#2717)
* Added option to enable/disable mouse to activate zones, added telemetry and unit tests
This commit is contained in:
committed by
GitHub
parent
56c0a78c64
commit
bc53951648
@@ -7,6 +7,7 @@ struct Settings
|
||||
{
|
||||
// The values specified here are the defaults.
|
||||
bool shiftDrag = true;
|
||||
bool mouseSwitch = false;
|
||||
bool displayChange_moveWindows = false;
|
||||
bool virtualDesktopChange_moveWindows = false;
|
||||
bool zoneSetChange_flashZones = false;
|
||||
|
||||
Reference in New Issue
Block a user