rF8LXSS7

download rF8LXSS7

of 1

description

rf8

Transcript of rF8LXSS7

  • ; the '*' is Wildcard: Fire the hotkey even if extra modifiers are being held down. *ScrollLock:: ; Hotkey will toggle status, scroll-lock keyConfine := !Confine

    ClipCursor( Confine, 13, 13, A_screenwidth-12, A_screenheight-12)Return

    ClipCursor( Confine=True, x1=0 , y1=0, x2=1, y2=1 ) { VarSetCapacity(R,16,0), NumPut(x1,&R+0),NumPut(y1,&R+4),NumPut(x2,&R+8),NumPut(y2,&R+12)Return Confine ? DllCall( "ClipCursor", UInt,&R ) : DllCall( "ClipCursor" )}