PowerToys/src
Lavius Motileng ac62fd6204
added error handling for FZ Hotkeys (#4057)
* added error handling for FZ Hotkeys

* moved hint to hot key control text

* updated icon size 16px

* updated styling and fixed typos

* fixed typo

* moved text to string resource

Co-authored-by: Lavius Motileng <laviusmotileng-ms>
2020-06-04 14:52:04 -07:00
..
action_runner upgrade to cppwinrt after the last merge conflict (#3745) 2020-05-26 10:53:46 -07:00
codeAnalysis Settingsv2 fix warnings (#2076) 2020-04-10 15:22:07 -07:00
common Spelling: ... common (#3781) 2020-05-27 16:58:47 +02:00
core added error handling for FZ Hotkeys (#4057) 2020-06-04 14:52:04 -07:00
modules [PowerToys Run] Add "ignore hotkeys in fullscreen" setting (#3262) (#3604) 2020-06-04 10:21:16 -07:00
runner Added KeyboardManager directory 2020-06-02 10:26:21 +02:00
settings Spelling: ... runner settings (#3783) 2020-05-27 17:06:50 +02:00
settings-web Change Auto-download settings' title (#2966) 2020-05-14 15:30:18 +02:00
tests/win-app-driver Spelling: ... runner settings (#3783) 2020-05-27 17:06:50 +02:00
.clang-format Formatting chores (#1441) 2020-03-05 13:07:06 +03:00
Directory.Build.props Move from sdk-provided cppwinrt-1.x to cppwinrt-2.x nuget package (#2246) 2020-04-29 22:02:18 +02:00
README.md Spelling: ... (#3398) 2020-05-26 17:02:36 +02:00

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.