Flow-Launcher / Flow.Launcher

:mag: Quick file search & app launcher for Windows with community-made plugins
https://flowlauncher.com
MIT License
7.66k stars 301 forks source link

Can't set hotkey to "Win + Space" #2709

Open theunrealtarik opened 3 months ago

theunrealtarik commented 3 months ago

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.

image

boromyr commented 3 months ago

same problem, I also prefer win+space

deefrawley commented 3 months ago

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.

VictoriousRaptor commented 3 months ago

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.

xmaxrayx commented 3 months ago

yeah can do it in AHK

set in flow launcher settings.json

"Hotkey": "Ctrl \u002B LaunchApplication2",

write AHK scripts

#space::{

    SendInput('^{Launch_App2}')
}
xmaxrayx commented 3 months ago

@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.

vvirtues commented 3 months ago

doesnt work while focused on elevated windows, but thanks

xmaxrayx commented 3 months ago

@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.

zuozhehao commented 3 months ago

It also does not support "double click ctrl"

github-actions[bot] commented 1 month ago

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