PowerToys/src
Jaime Bernardo 03e5e77171 [Shortcut Guide] Suppress Windows Menu appearing (#13553)
* Get the new settings values

* Suppress windows menu appearing

* Send new settings telemetry

* Address PR comments
2021-10-11 11:39:30 +01:00
..
ActionRunner LEGO: check in for master to temporary branch. (#12785) 2021-08-16 14:19:55 +01:00
codeAnalysis spelling: suppressions 2020-10-30 14:42:28 -04:00
common Consolidate nuget packages (#13122) 2021-09-13 13:00:44 +01:00
logging build: Treat warnings as errors in the remaining projects (#8689) 2020-12-21 18:51:48 +03:00
modules [Shortcut Guide] Suppress Windows Menu appearing (#13553) 2021-10-11 11:39:30 +01:00
runner [Shortcut Guide] Activate with Windows key press (#13342) 2021-09-23 14:23:22 +01:00
settings-ui LEGO: check in for master to temporary branch. (#13461) 2021-09-27 15:20:23 +01:00
tests/win-app-driver Migrate winappdriver test project to .NET Core (#8412) 2020-12-10 06:53:07 -08:00
Update LEGO: check in for master to temporary branch. (#12785) 2021-08-16 14:19:55 +01:00
.clang-format
.editorconfig
README.md
Version.props

PowerToys Source Code

Code organization

The PowerToys are split into DLLs for each PowerToy module (modules folder), and an executable (runner folder) that loads and manages those DLLs.

The settings window is a separate executable, contained in settings folder. It utilizes a WebView to display an HTML-based settings window (contained in settings-web folder).

The common contains code for a static library with helper functions, used by both the runner and the PowerToys modules.