[little off-topic] How to disable middle click wheel of mouse in windows10 Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
MancioDellaVega
Posts: 83
Joined: 16 May 2020, 12:27
Location: Italy

[little off-topic] How to disable middle click wheel of mouse in windows10

04 Jul 2020, 11:06

I have the middle click wheel broken...how can i disable it maybe with
one key of registy in windows 10 home 32 bit?
User avatar
boiler
Posts: 16915
Joined: 21 Dec 2014, 02:44

Re: [little off-topic] How to disable middle click wheel of mouse in windows10  Topic is solved

04 Jul 2020, 11:26

You can disable it with an AHK hotkey like this:

Code: Select all

MButton::return
MancioDellaVega
Posts: 83
Joined: 16 May 2020, 12:27
Location: Italy

Re: [little off-topic] How to disable middle click wheel of mouse in windows10

04 Jul 2020, 11:38

boiler wrote:
04 Jul 2020, 11:26
You can disable it with an AHK hotkey like this:

Code: Select all

MButton::return
I noticed that the click of middle wheel can remain always in the state pressed. Can
this create an infinite loop in ahk? For this i would disable it in windows if possible...
Courses on AutoHotkey
User avatar
boiler
Posts: 16915
Joined: 21 Dec 2014, 02:44

Re: [little off-topic] How to disable middle click wheel of mouse in windows10

04 Jul 2020, 11:47

If it just remains pressed, it’s not calling the hotkey over and over. It only calls it when it is pressed down.
MancioDellaVega
Posts: 83
Joined: 16 May 2020, 12:27
Location: Italy

Re: [little off-topic] How to disable middle click wheel of mouse in windows10

04 Jul 2020, 11:52

boiler wrote:
04 Jul 2020, 11:47
If it just remains pressed, it’s not calling the hotkey over and over. It only calls it when it is pressed down.
Thanks. Seems that Ahk has the solutions for all problems :dance:
Courses on AutoHotkey

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: CrowexBR, montie, Rohwedder and 200 guests