-
Notifications
You must be signed in to change notification settings - Fork 9
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
Request: Toggle based on active window #14
Comments
Thank you for making this request. |
@Eliasyoussef47 Not super familiar with the tech behind this, but this project implements the active window monitoring the way I was hoping for: https://github.com/juv/vibranceGUI |
@johnhartmann26 I'm not sure if you misunderstood my question but I meant how do you flick so fast that the cursor good to the second screen? |
Ah gotcha. It is a fairly common issue that can happen when playing with a high mouse DPI when you flick as fast as possible in the direction of your second monitor and click. This only occurs on Fullscreen mode, not fullscreen windowed. I found this video which shows it being recreated in the first 30 seconds: https://youtu.be/JODjIusXqlM |
@johnhartmann26 understood. And this happens while holding the ctrl key right? How long before doing the flick do you press ctrl? |
Not necessarily holding any buttons, just flicking the mouse very fast and clicking. |
@johnhartmann26 I'm not sure if there has been a misunderstanding but the functionality of this app is triggered while holding the ctrl key. That was the original idea for this app. |
Hi sorry for the miscommunication! This request was for a different trigger, yes. Instead of it being based on a hotkey, my request would be if it can be based on active window. |
I believe my need is the same. I'm running the Steam game Zuma's Revenge in full screen and if I hold CTRL key it does the job perfectly, but that can be hard on that finger and CTRL key. :) I'd love to see the ability to have it stick (i.e. toggle the hold to current monitor on and off with a key). Please consider. Perhaps this would also solve @johnhartmann26's CS:GO needs too? |
@johnhartmann26 @MarkMorrow I'm sorry for the late response. I thought I've already responded to this. |
I certainly understand. I took a crack at it myself and have it working well enough for my purposes. Since you were monitoring both left and right CTRL, I changed logic so right CTRL toggles it to hold mode. It was quick/simple and without UI changes, but not elegant or intuitive enough to post as update. Thanks for creating a very useful utility. :) |
Is your modification request related to a problem? Please describe.
Games on source engine, like CS:GO, will allow you to flick so fast you go onto a second monitor.
Describe the solution you'd like
Allow an automatic on/off based on active window, for example csgo.exe
Describe alternatives you've considered
Could also just detect fullscreen games, but active window seems easier
The text was updated successfully, but these errors were encountered: