condition if only trackpad not external mouse Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Bilal

condition if only trackpad not external mouse  Topic is solved

24 May 2018, 20:00

hello, please i wana add condition for this script to block ctrl + scrolling , the script works fine but i want it to work only for the laptop trackpad not for external mouse

i need to add if ( truckpad who rise the wheelDown and not the external mouse )

Code: Select all

#notrayicon
#singleinstance
#MaxHotkeysPerInterval 1500
#IfWinActive ahk_class Chrome_WidgetWin_1
^WheelDown::return
#IfWinActive ahk_class Chrome_WidgetWin_1
^WheelUp::return

and thank in advence :D

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: gongnl, Google [Bot] and 241 guests