Can't set hotkey to "Win + Space"
I've tried to set hotkey to Win + Space but it kept throwing a Hotkey Unavailable error. I'm wondering if that's an intended design decision made by the dev team or something that was forced on them maybe from the Windows system.
same problem, I also prefer win+space
It is a limitation of Windows. There is a plugin to allow this: https://github.com/AminSallah/Flow.Launcher.Plugin.WinHotkey but I beleive it requires Flow to have admin priveledges to run, which would mean every app or process Flow starts will also be as admin.
It is a limitation of Windows. There is a plugin to allow this: https://github.com/AminSallah/Flow.Launcher.Plugin.WinHotkey but I beleive it requires Flow to have admin priveledges to run, which would mean every app or process Flow starts will also be as admin.
it doesn't necessarily require admin privilege. but without admin privilege it doesn't work in some scenarios.
yeah can do it in AHK
set in flow launcher settings.json
"Hotkey": "Ctrl \u002B LaunchApplication2",
write AHK scripts
#space::{
SendInput('^{Launch_App2}')
}
````
@deefrawley seems flow launcher don't accept a lot of shortcut even they support like ctrl + appkey2 ,I can edit it the settings.json and the key works normal.
doesnt work while focused on elevated windows, but thanks
@vvirtues becosue window dont allow hocking if the program has higher privilege , either you run AHK as admin , or add a User on allowlist on that program so you won't need admin right.
It also does not support "double click ctrl"
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 60 days.\n\nAlternatively this issue can be kept open by adding one of the following labels:\nkeep-fresh
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 60 days.\n\nAlternatively this issue can be kept open by adding one of the following labels:\nkeep-fresh
This issue was closed because it has been stale for 7 days with no activity. If you feel this issue still needs attention please feel free to reopen.
Similar to #662