PowerToys/src/modules
Patrick D 67c139cae9 change window name from window1 to FancyZones Editor
this will fix issue #453 but I'm not sure about the. I'll change it if required
2019-10-09 15:57:32 +02:00
..
example_powertoy Fix cppcheck reported issues (#333) 2019-09-11 12:38:20 +02:00
fancyzones change window name from window1 to FancyZones Editor 2019-10-09 15:57:32 +02:00
interface FancyZones and Shortcut Guide initial commit 2019-09-05 18:12:40 +02:00
shortcut_guide Add radio button group and add theme select for ShortcutGuide 2019-10-03 10:12:36 +02:00
README.md Update README.md 2019-09-26 08:26:29 +02:00

PowerToys Modules

The source code of the PowerToys modules:

example_powertoy

An example PowerToy, that demonstrates how to create new ones.

fancyzones

The FancyZones PowerToy that allows users to create custom zones on the screen, to which the windows will snap when moved.

FancyZonesEditor

Editor for the snap-zones of the FancyZones PowerToy.

interface

Definition of the interface used by the runner to manage the PowerToys. All PowerToys must implement this interface.

shortcut_guide

The Windows Shortcut Guide, displayed when the WinKey is held for some time.