-
Notifications
You must be signed in to change notification settings - Fork 45
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
Mouse Navigation - Using a minimum of clicks to jump desktops #15
Comments
Thanks for the feedback. I like your suggestion. I'll see what I can do about adding it. |
@oywino What if I make a double click or a single click of the system tray icon bring up the Task View page? |
You mean - bring up the Windows Task-View page? |
ok, I'm following what you're saying. I'll see what I can do. |
I'll admit that the "Switch Desktop" takes an extra click, but this app allows me to remove the Task View button from my taskbar. This frees up valuable taskbar real estate. |
Oh, now I see. So by duplicating the Task-View, the gain for me as a user is that I can remove the Task-View!? |
You do realize there is a Windows hot key to open the task view, right? WIN+TAB Which is a left-handed operation, but I do like the idea of opening the task view by clicking the zVD system tray icon. |
I agree.... Then the objective here to evaluate if a feasible mouse-only alternative exists... :-) |
@oywino You can now click to open task view! Only in the latest pre-release |
Best way I've seen so far: Mouse wheel over the task bar switches to next/previous desktop. This is even easier than right click or a keyboard shortcut. That's the easiest way I've seen so far in the various tools I tried (virtual-desktop-enhancer.ahk had the scroll-to-switch-desktops feature). I didn't even know it had this feature until I triggered it by accident. Lucky oops! |
I will add this feature, but I personally dislike it. It's probably because I never switch one desktop at a time. I always go exactly where I need to go and Desktop View is my main way of switching now because it shows me where everything is and I can click any window and bring it up. |
I kind of agree. It will be interesting to test though. Using mouseover on the taskbar instead of rightclicking an icon, is a good approach that never occurred to me. Just moving the mouse to an empty part of the taskbar today, does nothing in windows default. My next idea was to use that fact to automatically bring up a horisontal row of desktop thumbs (identical to the row you get when you press Win+Tab) without affecting the rest of the screen. And then have a framed highlight that scrolls left/right with the mouse wheel. Then leftclick to select. |
Let me first say thank you for making this utility and for letting us know about it. It's fantastic! :-)
Adding "Switch Desktop" to the icon right-click was a good idea. It saves us from having to move our hands over to the keyboard all time. But it still can't outperform the Windows built-in Task-View desktop switcher. Neither in number of clicks needed, nor in visual effects. So essentially, you just added something which is already available naitively.
The objective it to reduce the number of clicks to an absolute minimum.
Would it be possible to add a feature that would overlay a horisontal desktop ribbon similar to the one produced by right-clicking on Task-View, when you hover over the zDV icon?
(I guess with or without changing the rest of the desktop (like task-View does) until you click.
If that's not easily programmed, perhaps just a single row of digits from 1-n would could appear when hovering over the icon.
The text was updated successfully, but these errors were encountered: