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 66d5772 commit bffa90aCopy full SHA for bffa90a
Plugins/Flow.Launcher.Plugin.Shell/Main.cs
@@ -317,7 +317,7 @@ public void Init(PluginInitContext context)
317
318
bool API_GlobalKeyboardEvent(int keyevent, int vkcode, SpecialKeyState state)
319
{
320
- if (_settings.ReplaceWinR)
+ if (!context.CurrentPluginMetadata.Disabled && _settings.ReplaceWinR)
321
322
if (keyevent == (int)KeyEvent.WM_KEYDOWN && vkcode == (int)Keys.R && state.WinPressed)
323
0 commit comments