mausu: mantener click? mayb OD?
This commit is contained in:
parent
b95408abd0
commit
f5525cc3b6
1 changed files with 13 additions and 3 deletions
14
mausu.ahk
14
mausu.ahk
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue