Files
PowerToys/doc/devdocs/modules/readme.md
2025-06-18 21:12:19 +02:00

1.8 KiB

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:

  1. Create a dedicated markdown file for the module (e.g., modulename.md)
  2. If the module has specialized debugging tools, consider creating a separate tools document (e.g., modulename-tools.md)
  3. Update this index with links to the new documentation
  4. Follow the existing documentation structure for consistency