mausu: mantener click? mayb OD?

This commit is contained in:
Hane 2023-04-24 00:21:43 +02:00
commit f5525cc3b6

View file

@ -1,5 +1,6 @@
#MaxThreadsPerHotkey 1 #MaxThreadsPerHotkey 1
;;WINDOOOOOOOOOOOOOOOOOOOOOOOOOOOOOWS y ahk unaware del futuro de los escritorios ;;WINDOOOOOOOOOOOOOOOOOOOOOOOOOOOOOWS y ahk unaware del futuro de los escritorios
;;https://www.autohotkey.com/boards/viewtopic.php?t=97706
DllCall("SetThreadDpiAwarenessContext", "ptr", -3, "ptr") DllCall("SetThreadDpiAwarenessContext", "ptr", -3, "ptr")
;;For debugging purposes, it controls nothing, as it happens to us all with the flow of our lives ;;For debugging purposes, it controls nothing, as it happens to us all with the flow of our lives
@ -10,9 +11,9 @@ lefMov := 0
upMov := 0 upMov := 0
downMov := 0 downMov := 0
mouseSpeed := 1 speedUp := 1
speedUp := 0
speedUpFactor := 20 speedUpFactor := 20
mouseSpeed := speedUp * speedUpFactor + 3
inputCleaning() inputCleaning()
{ {
@ -77,3 +78,12 @@ RCtrl & Enter::
inputCleaning() inputCleaning()
return return
;;tuckaway
;;targeting 1080p displays with taskbar on top. Change at your leisure.
RCtrl & .::
MouseMove, 1940, 100
inputCleaning()
return