PowerToys/src
Seraphima Zykova 6821c50ffe
[FZ Editor] Switch between zone and dialog with Ctrl + Tab (#11435)
* focus zone by ctrl + tab
* focus back
2021-05-25 07:59:34 +03:00
..
ActionRunner [Updating] Fix localization path 2021-05-24 19:59:30 +03:00
codeAnalysis
common Kill PowerToys Run process if it is already running (#11407) 2021-05-24 12:05:17 +03:00
logging build: Treat warnings as errors in the remaining projects (#8689) 2020-12-21 18:51:48 +03:00
modules [FZ Editor] Switch between zone and dialog with Ctrl + Tab (#11435) 2021-05-25 07:59:34 +03:00
runner [Auto-update] Auto-update improvements (#11356) 2021-05-21 12:32:34 +02:00
settings-ui LEGO: check in for master to temporary branch. (#11432) 2021-05-24 18:40:55 +02:00
tests/win-app-driver
.clang-format
.editorconfig Removing warnings relative to passing in unlocalized string literals. Most of these pertain to debug messages and aren't user facing. We may want to revisit localizing these later. 2020-06-23 17:51:17 -07:00
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.