Page 1 of 1

Cycle through windows with mouse

Posted: Jan 1st, ’19, 03:51
by davidp
Write a script to cycle through opened windows(as how Alt+tab works) with recently used first,using mouse's right click and the wheel.

Re: Cycle through windows with mouse

Posted: Jan 2nd, ’19, 11:03
by Tom
Shortcut: ~RButton & WheelDown
Command: Send, !{Esc}

Shortcut: ~RButton & WheelUp
Command: Send, +!{Esc}

Double-click on a shortcut field to enter advanced shortcuts.

Re: Cycle through windows with mouse

Posted: Jan 2nd, ’19, 15:34
by davidp
Which module and what should i enter for other fields? Tell me step by step.

Re: Cycle through windows with mouse

Posted: Jan 2nd, ’19, 19:30
by Tom
Select Shortcuts module and add two new shortcuts:

Shortcut: double click on the field and enter: ~RButton & WheelDown
Description: Next window
Type: Command
Command: Send, !{Esc}

Shortcut: double click on the field and enter: ~RButton & WheelUp
Description: Previous window
Type: Command
Command: Send, !+{Esc}

Re: Cycle through windows with mouse

Posted: Jan 3rd, ’19, 03:49
by davidp
It's cycling only in the taskbar and the window is not opened on what i cycle also wheel up is not working and context menu is getting opened

Re: Cycle through windows with mouse

Posted: Jan 3rd, ’19, 10:38
by Tom
I updated the post for both shortcuts. It works for me in Win7 and Win10.
It's the same as pressing Alt+Esc and Shift+Alt+Esc on a keyboard, can you try that?