PowerToys/src
2019-12-02 18:00:14 +01:00
..
common Now working on 0.14.1 (#797) 2019-11-28 11:06:23 +01:00
modules Update FancyZone README for v0.14.0 (#806) 2019-12-02 18:00:14 +01:00
runner Fix lack of tray icon #268 by handling initial Shell_NotifyIcon failure (#789) 2019-11-27 17:19:10 +03:00
settings Improve key code to key name mapping. (#784) 2019-11-26 16:14:34 +01:00
settings-web Improve key code to key name mapping. (#784) 2019-11-26 16:14:34 +01:00
README.md Update README.md 2019-10-25 15:21:16 +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 libary with helper functions, used by both the runner and the PowerToys modules.