mousewheel sending random CTRLs?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
MyLittleHell
Posts: 4
Joined: 29 Aug 2016, 08:29

mousewheel sending random CTRLs?

19 Apr 2018, 11:45

Code: Select all

$!WheelUp::sendinput,{WheelUp 6}
$!WheelDown::sendinput,{WheelDown 6}
So i have this for fast scrolling.
But sometimes when i am using it page (browser, notepad, etc) gets zoomed in/out. Zooming key is CTRL+wheel by default so this should not happen.
Any ideas whats wrong?
User avatar
evilC
Posts: 4823
Joined: 27 Feb 2014, 12:30

Re: mousewheel sending random CTRLs?

19 Apr 2018, 12:48

Try $!WheelUp::sendinput,{Blind}{WheelUp 6}

What $!WheelUp::sendinput,{WheelUp 6} ACTUALLY does when you roll the wheel up whilst ALT is held, is release ALT, send wheel up, then re-press ALT.
{Blind} mode stops this.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: AlFlo, GEOVAN and 150 guests