-
-
Notifications
You must be signed in to change notification settings - Fork 366
Use Win key as hotkey to trigger flow #662
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
Comments
I think many users like this feature, Flow can replace Windows search. I remember this was requested in Wox as well. I think Autohotkey can do this |
Yeah it it's not doable due to the library we are using, we will need to find and switch to a different one. |
@jjw24 I use wox, considering switching due to an unadressed bug that renders the software useless. Regardless, I remaped the windows key to something else and wox to the windows key (or what it was) using some random key assignment software I found. was def easier than AHK |
Yeah definitely tools out there that can map windows key, I just want to build it natively for flow. |
This comment was marked as duplicate.
This comment was marked as duplicate.
I would like to have that too. |
For workarounds using other tools to get this working please see #747 |
I tried this, but without all that extra since I just want to use win+space, but while Flow pops up when pressing those keys it seems that AHK keeps my ctrl button (since I use ctrl-space in Flow for the menu) is still pressed which makes it so I can't write anything unless I press ctrl first, then it works as it should. |
There will be a new plugin coming to the store that will enable the ability to use the Win key to open and close flow, very good for those that are looking for this functionality. If the plugin hasn't shown up yet for you, you can download it from here also https://github.com/AminSallah/Flow.Launcher.Plugin.WinHotkey ( |
Plugin released to store and supports custom shortcuts & Portable mode
|
This comment was marked as duplicate.
This comment was marked as duplicate.
Working on this. |
very excited to hear progress is being made! I've made multiple attempts at using flow launcher over the years but I keep ending up using fluent or powertoys because of muscle memory! |
Please help test this new change:
Download the portable version from the link below and copy your user data across (search |
DO NOT USE AHK to add this feature. AHK is detected by some anti-cheat systems as a cheat. Battlefield and The Finals are good examples. It even flagged the Win HotKey plugin from the Flow Launcher plugin store as a cheat when I used it. Because of this, I’m having to use ATNSoft Key Remapper software to achieve this functionality. |
Maybe report this issue to those games via support tickets. AHK is most certainly a very useful tool. Heck, I choose to not play games which complain that I use AHK, instead of close AHK. It's that's useful for me. |
It's not using AHK, it's using low level windows library to capture keys, but I don't know if it will get flagged as there is always a possibility being seen as key logging. Best is to test the above linked build and let me know the outcome. |
Working pretty great so far. Pops up instantly and standard WIN key shortcuts seem to be working, Some feature suggestions/issues I noticed to go along with this:
|
Win key to trigger flow is now enabled in the prerelease and will be released in the upcoming v1.20.0. Note: |
Using the Windows key to trigger flow, surely this can be done, just need to find the right win API library I suppose
The text was updated successfully, but these errors were encountered: