ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: Switch apps with mouse (like ALT+TAB)

(1/2) > >>

kadvlad:
Hi, guys,

I'm a newbee here.
Is it possible to switch between applications with RightMouseButton+scroll like ALT+TAB?
Opera browser has this feature for cycling through tabs.

This idea came to mind after I found nice and fun AltEdge.
Thanks in advance!

lanux128:
put these lines into your AHK script and it will do the trick or you can use the compiled exe.


--- ---#SingleInstance force

~RButton & WheelDown::AltTab
~RButton & WheelUp::ShiftAltTab

kadvlad:
Thanks, friend!
I believe now that I have to rush studying this really useful program immideately :)

kadvlad:
Seems like I'm getting into..

~LButton & WheelDown::AltTab
~LButton & WheelUp::ShiftAltTab

This works slightly better for me, since RB (while long-pressing) evokes context menu in Total Commander (short-press selects file).

justice:
Nice Idea.

Navigation

[0] Message Index

[#] Next page

Go to full version