PowerToys/src/modules/launcher/Wox.Plugin
Tomas Agustin Raies 670033c4da
[Settings/Run] LowLevel Keyboard hooking for Hotkeys (#3825)
* [Launcher/Settings] Low Level Keyboard Hooks

* [Run] LowLevel Keyboard Hook for Hotkeys

* Prevent shortcuts from auto repeating when keeping the keys pressed down
2020-06-11 12:59:36 -07:00
..
Features Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Interfaces Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Properties Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
SharedCommands Spelling: ... wox (#3775) 2020-05-27 08:05:54 -07:00
ActionContext.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
AllowedLanguage.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
BaseModel.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
ContextMenuResult.cs Somil55/merge wpf to master (#3840) 2020-06-01 12:35:37 -07:00
EventHandler.cs [Settings/Run] LowLevel Keyboard hooking for Hotkeys (#3825) 2020-06-11 12:59:36 -07:00
Feature.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
FodyWeavers.xml Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
FodyWeavers.xsd Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
IPlugin.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
IPublicAPI.cs [Settings/Run] LowLevel Keyboard hooking for Hotkeys (#3825) 2020-06-11 12:59:36 -07:00
ISettingProvider.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
PluginInitContext.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
PluginMetadata.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
PluginPair.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Query.cs spelling: separator (#3751) 2020-05-26 18:10:58 -07:00
README.md Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Result.cs Somil55/merge wpf to master (#3840) 2020-06-01 12:35:37 -07:00
Wox.Plugin.csproj Fix double compile issue for Launcher and Settings (#2759) 2020-05-08 09:07:18 -07:00

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