Skip to content

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

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

Open
theunrealtarik opened this issue May 21, 2024 · 12 comments · May be fixed by #3157
Open

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

theunrealtarik opened this issue May 21, 2024 · 12 comments · May be fixed by #3157
Labels
enhancement New feature or request hotkeys Related to Flow's hotkey keep-fresh

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"

This comment was marked as duplicate.

@github-actions github-actions bot added the Stale label Aug 3, 2024
@jjw24 jjw24 removed the Stale label Aug 4, 2024

This comment was marked as duplicate.

@github-actions github-actions bot added the Stale label Oct 4, 2024

This comment was marked as duplicate.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 13, 2024
@VictoriousRaptor VictoriousRaptor added the hotkeys Related to Flow's hotkey label Oct 15, 2024
@jjw24 jjw24 reopened this Nov 1, 2024
@jjw24 jjw24 added keep-fresh and removed Stale labels Nov 1, 2024
@jjw24
Copy link
Member

jjw24 commented Nov 1, 2024

Similar to #662

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hotkeys Related to Flow's hotkey keep-fresh
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants