Skip to content
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

Fast Switch with Mouse using Scroll Wheel on Task bar #26

Open
HonestToad opened this issue Mar 8, 2023 · 1 comment
Open

Fast Switch with Mouse using Scroll Wheel on Task bar #26

HonestToad opened this issue Mar 8, 2023 · 1 comment

Comments

@HonestToad
Copy link

I have switched to SlphyHorn after the AHK script Virtual Desktop Enhancer stopped working. Most of the functionality has been replicated in this app. I would love better desktop switching using the mouse. One feature I used to use a lot in Virtual Desktop was being able to simply move my mouse pointer onto the taskbar and then use the mouse scroll wheel to cycle backwards or forwards through the desktops. An alternative would be to hold down a keyboard qualifier and a mouse click, eg shift + left mouse button vs shift + right button?

@danieljharris
Copy link

Although integrating this into SylphyHorn would be ideal, while you wait you can achieve the same functionality using this AutoHotKey script:

#If MouseIsOver("ahk_class Shell_TrayWnd")
WheelUp::Send #^{Left}
WheelDown::Send #^{Right}
#If

MouseIsOver(WinTitle)
{ MouseGetPos,,, Win
Return WinExist(WinTitle . " ahk_id " . Win)
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants