mausuHoldo & piusareLite: slight cleanup / title added
This commit is contained in:
parent
b64dbc05a1
commit
5707c7746e
4 changed files with 22 additions and 15 deletions
|
|
@ -1,7 +1,7 @@
|
|||
;;TODO: comprobar puntero en local
|
||||
;; ugly af lo de flagear para compartir un sincro sin sincro, bro. no creo que lo cambie xddd
|
||||
;;
|
||||
;;eveentos down del teclado no paraban de joder porque paraban el unico hilo, so _h it was, its threading time
|
||||
;;KBD D events stop execution, so _H it is.
|
||||
|
||||
Menu, Tray, Tip, Mouse On Keyboard
|
||||
|
||||
#MaxThreadsPerHotkey 2
|
||||
#HotkeyInterval 10000
|
||||
#MaxHotkeysPerInterval 9999
|
||||
|
|
@ -16,7 +16,7 @@ screenXExtraFactor := 1.02
|
|||
screenYExtraFactor := 0.10
|
||||
|
||||
;;DllCall("mouse_event", "UInt", 1, "UInt", (rightMov + lefMov) , "UInt", upMov + downMov )
|
||||
;;WINDOOOOOOOOOOOOOOOOOOOOOOOOOOOOOWS y ahk unaware del futuro de los escritorios
|
||||
;;AHK unaware del futuro de los escritorios.
|
||||
;;https://www.autohotkey.com/boards/viewtopic.php?t=97706
|
||||
DllCall("SetThreadDpiAwarenessContext", "ptr", -3, "ptr")
|
||||
|
||||
|
|
@ -102,7 +102,8 @@ RAlt & LAlt::
|
|||
updateRate := Floor(updateRate / ticksPerSecond)
|
||||
currentTime := currentTime ;;/ 1.0
|
||||
baseTime := baseTime ;;/ 1.0
|
||||
|
||||
|
||||
;;This do be Ugly AF. Probably gonna stay this way.
|
||||
obj := CriticalObject(A_Args[1])
|
||||
|
||||
lefMov := obj.lefMov
|
||||
|
|
@ -157,8 +158,9 @@ h::
|
|||
;;SendInput, {RCtrl Down}
|
||||
return
|
||||
|
||||
;;tuckaway
|
||||
;;targeting 1080p displays with taskbar on top. Should adapt to any single monitor setup.
|
||||
;;Tuck away
|
||||
;;TODO: comprobar puntero en local
|
||||
;;Targeting 1080p displays with taskbar on top. Should adapt to any single monitor setup.
|
||||
sc01A::
|
||||
;;y::
|
||||
;;DllCall("ShowCursor", "Int", slowDown )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue