I seem to have the same problem with my script for
Shift + MouseWheel Scroll => Alt + Tab
[For window switching in Windows]
And this works 4 out of 5 times, but seems to stop working
suddenly, or when I switch directions.
Here is my current script
Code:
;>>>Scroll Tab<<<
Shift & WheelDown::AltTab
Shift & WheelUp::ShiftAltTab
I tried capturing the KeyHistory but there isn't anything that seems
wrong outright E.g. 2 Alt presses followed by Tab presses do work
without the script. Though I am not sure I understood the difference
between the type 'h' & 'i'.
Code:
VK SC Type Up/Dn Elapsed Key Window
-------------------------------------------------------------------
A1 136 d 0.03 RShift
A1 136 d 0.03 RShift
A1 136 u 0.03 RShift
A4 038 i u 0.00 Alt
A4 038 d 3.48 Alt N/A
09 00F d 0.09 Tab
09 00F u 0.11 Tab
09 00F d 0.42 Tab
09 00F u 0.14 Tab
A4 038 u 0.08 Alt
74 03F d 1.33 F5 C:\My Scripts\MouseHotKeysAndScroll.ahk - AutoHotkey
Any help will be appreciated.
Thanks