mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-20 23:07:55 +08:00
670033c4da
* [Launcher/Settings] Low Level Keyboard Hooks * [Run] LowLevel Keyboard Hook for Hotkeys * Prevent shortcuts from auto repeating when keeping the keys pressed down |
||
---|---|---|
.. | ||
Features | ||
Interfaces | ||
Properties | ||
SharedCommands | ||
ActionContext.cs | ||
AllowedLanguage.cs | ||
BaseModel.cs | ||
ContextMenuResult.cs | ||
EventHandler.cs | ||
Feature.cs | ||
FodyWeavers.xml | ||
FodyWeavers.xsd | ||
IPlugin.cs | ||
IPublicAPI.cs | ||
ISettingProvider.cs | ||
PluginInitContext.cs | ||
PluginMetadata.cs | ||
PluginPair.cs | ||
Query.cs | ||
README.md | ||
Result.cs | ||
Wox.Plugin.csproj |
What does Wox.Plugin do?
- Defines base objects and interfaces for plugins
- Plugin authors making C# plugins should reference this DLL via nuget
- Contains base commands used by all plugins