We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d381d6 commit 59f0a06Copy full SHA for 59f0a06
Plugins/Flow.Launcher.Plugin.Shell/Main.cs
@@ -271,8 +271,8 @@ private bool ExistInPath(string filename)
271
public void Init(PluginInitContext context)
272
{
273
this.context = context;
274
- context.API.GlobalKeyboardEvent += API_GlobalKeyboardEvent;
275
_settings = context.API.LoadSettingJsonStorage<Settings>();
+ context.API.GlobalKeyboardEvent += API_GlobalKeyboardEvent;
276
}
277
278
bool API_GlobalKeyboardEvent(int keyevent, int vkcode, SpecialKeyState state)
0 commit comments