Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved]Fixing mouse from unintended double clicking
#1
Hello, i've got a little problem with my right mouse button and try to find a solution to fix this problem a little bit bevor I can buy a new Mouse.
Maybe someone can Help me with this. I'm already found an solution but this is for AutoHotKey I hope someone can convert this to Quick Macros. Last but not least the Macro should run forever until I stop it.

AutoHotKey:
Code:
Copy      Help
RButton::  
   If (A_TimeSincePriorHotkey < 150)
      Return
   Send {RButton}
Return

My current Macro (Not Working):
Macro Mouse Double Clicking Fix
Code:
Copy      Help
rig

if (spe < 150)
,ret 0
rig+
,ret 0
Windows 8.1 x64 | Quick Macros v2.4.x.x
#2
Create empty function, assign trigger 'mouse right button', check 'double' and 'eat', uncheck 'when released'. It should disable double-right-click, probably you never use it.

Function mouse_right_button_fix_double
Trigger ##R 0x8     Help - how to add the trigger to the macro
#3
Thanks, for this temporäry fix. :mrgreen:
Windows 8.1 x64 | Quick Macros v2.4.x.x


Forum Jump:


Users browsing this thread: 1 Guest(s)