Heiko
0ddff0fcf7
[MWB]Disable settings from old UI that we do not support ( #33564 )
...
## Summary of the Pull Request
This PR disables the check boxes for settings that we do not support in
the PowerToys implementation.


2024-07-17 14:51:38 +01:00
gokcekantarci
a94b3eec39
.NET 8 Upgrade Silenced Errors Fix ( #30469 )
...
* [Dev][Build] .NET 8 Upgrade Silenced errors first fix.
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1859
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1854.
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1860
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1861
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1862
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1863
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1864
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1865
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA2208
* [Dev][Build] .NET 8 Upgrade Silenced errors. CS9191
* [Dev][Build] .NET 8 Upgrade Silenced errors. Spell check
* [Dev][Build] .NET 8 Upgrade Silenced errors. Spell check
* [Dev][Build] .NET 8 Upgrade Silenced errors.
- CompositeFormat variables used more than once in the same file were assigned to a single variable.
- GetProcessesByName logic fix.
- String comparion fix.
- ArgumentOutOfRangeException message change.
* [Dev][Build] .NET 8 Upgrade Silenced errors.
- Null check added.
- static readonly CompositeFormat added for all fields.
2023-12-28 13:37:13 +03:00
Andrey Nekrasov
a99b2e0bc0
[MWB]Migrate to PowerToys-style shortcuts and better defaults( #27442 )
...
* [MWB] Migrate to PowerToys-style shortcuts and disable Ctrlx3 for multiple mode
* f: analyzer fixes
* f: add Win to all default shortcuts
* f: remove capture screen feature
* f: add ability to disable shortcut
* f: restrict disabling shortcuts only for MWB for now, because we don't explicitly support this feature anywhere else
* handle downgrade->upgrade scenario
* f: res loader
* f: fix disabled state
* f: fix L hotkey handling
2023-07-26 12:46:41 +01:00
Andrey Nekrasov
4cc74da82f
[MWB]Remove shortcut for deprecated VKMap functionality( #26484 )
...
* Comment out code hooking Ctrl+Shift+Alt+K to toggle unused UseVKMap setting
* [MWB] Remove UseVKMap and VKMap completely
---------
Co-authored-by: David Taylor <davidt@yadt.co.uk >
2023-05-30 17:46:42 +01:00
Andrey Nekrasov
29eebe16a4
[New Utility]Mouse Without Borders
...
* Integrate Mouse Without Borders into PowerToys
---------
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
2023-05-18 21:48:03 +01:00