mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 12:11:09 +01:00
PowerToys Modules
This section contains documentation for individual PowerToys modules, including their architecture, implementation details, and debugging tools.
Available Modules
| Module | Description | Documentation |
|---|---|---|
| Environment Variables | Tool for managing user and system environment variables | Architecture & Implementation |
| FancyZones | Window manager utility for custom window layouts | Architecture & Implementation, Debugging Tools |
| Keyboard Manager | Tool for remapping keys and keyboard shortcuts | Documentation |
| NewPlus | Context menu extension for creating new files in File Explorer | Architecture & Implementation |
| Quick Accent | Tool for quickly inserting accented characters and special symbols | Architecture & Implementation |
| Registry Preview | Tool for visualizing and editing Registry files | Architecture & Implementation |
| Screen Ruler | Tool for measuring pixel distances and color boundaries on screen | Architecture & Implementation |
| Shortcut Guide | Tool for displaying Windows keyboard shortcuts when holding the Windows key | Architecture & Implementation |
| ZoomIt | Screen zoom and annotation tool | Architecture & Implementation |
Adding New Module Documentation
When adding documentation for a new module:
- Create a dedicated markdown file for the module (e.g.,
modulename.md) - If the module has specialized debugging tools, consider creating a separate tools document (e.g.,
modulename-tools.md) - Update this index with links to the new documentation
- Follow the existing documentation structure for consistency