mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 11:39:16 +08:00
ef34a63f7a
Handle when plugin has a mix of global and non-global action keywords |
||
---|---|---|
.. | ||
ExecutablePlugin.cs | ||
JsonPRCModel.cs | ||
JsonRPCPlugin.cs | ||
PluginConfig.cs | ||
PluginInstaller.cs | ||
PluginManager.cs | ||
PluginsLoader.cs | ||
PythonPlugin.cs | ||
README.md |
There are two kinds of plugins:
- System plugin Those plugins that action keyword is "*", those plugin doesn't need action keyword
- User Plugin Those plugins that contains customized action keyword