Page 1 of 1

condition if only trackpad not external mouse  Topic is solved

Posted: 24 May 2018, 20:00
by Bilal
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