Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
theunrealtarik opened this issue May 21, 2024 · 8 comments
Open

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

theunrealtarik opened this issue May 21, 2024 · 8 comments

Comments

@theunrealtarik
Copy link

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
Copy link

boromyr commented May 21, 2024

same problem, I also prefer win+space

@deefrawley
Copy link
Member

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
Copy link
Contributor

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
Copy link

yeah can do it in AHK

set in flow launcher settings.json

"Hotkey": "Ctrl \u002B LaunchApplication2",

write AHK scripts

#space::{
    
    SendInput('^{Launch_App2}')
}
````

@xmaxrayx
Copy link

@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
Copy link

vvirtues commented May 28, 2024

doesnt work while focused on elevated windows, but thanks

@xmaxrayx
Copy link

@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
Copy link

It also does not support "double click ctrl"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants