-
Notifications
You must be signed in to change notification settings - Fork 1
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
Suggestion: Pre moving indicator #24
Comments
Hi there, I’ve been thinking of adding a small red dot to the taskbar icon right before the windows are about to move. This might be too subtle, especially since many OLED users might want to hide the taskbar. I'm hesitant to add a more obtrusive overlay, but I'm open to ideas. Do you think the dot would be sufficient, or do you have other suggestions on how to best handle this? |
Hey, thanks for your reactivity and enthusiasm! I was thinking about setting a blinking border few seconds around the focused window. I'm totally stranger to Windows API, but apparently this can be done through This could be a border such as the native textarea outline: Also, I think you would need to add an alternative/second option as a sound effect. Some free licensed notify/alert sound effects you might find interesting: https://pixabay.com/sound-effects/search/alert I like this one, it's not too weird, too long or too dimmed: |
Hey, that approach works when you're the owner of the window, but not when you're trying to modify other windows. The AlwaysOnTop tool from PowerToys is able to add a border over the pinned window, so we could potentially copy their approach. You can check out their implementation here: It's a bit complicated since we’d need to create a window on top of the current window and then use Direct2D to draw the border. I'm not a Win32 expert myself either, so take this with a grain of salt. As for the sound, I couldn’t find anything that perfectly fits. Most of the available options are either too loud or distracting. I think a good approach might be to allow users to choose a custom sound by setting a path to a sound file in the config. That way, they can pick what works best for them. |
Hello, thanks for providing this tool!
Have you considered adding some sort of indicator / overlay / sound option to trigger few secs before the window moves? This is really frustrating when it switches ms before clicking on an action, for example when clicking on a Chrome tab and it shifts to the tab closing button at that exact moment.
To be honest, sadly I find it unusable in those conditions.
The text was updated successfully, but these errors were encountered: