Search found 3 matches

by fmnijk
01 May 2024, 06:05
Forum: Scripts and Functions (v1)
Topic: Cursor Highlighter
Replies: 77
Views: 58400

Re: Cursor Highlighter

I just notice a problem in my turbo mode. In Photoshop using WibTab API, draw very fast and long in first stroke. And quickly draw second stroke. Second stroke will lag and wait for a second to appear. I haven't encounter something like that. Because the problem is Photoshop + WinTab only. Photoshop...
by fmnijk
10 Apr 2024, 05:09
Forum: Scripts and Functions (v1)
Topic: Cursor Highlighter
Replies: 77
Views: 58400

Re: Cursor Highlighter

Thanks for the script. I use Loop statement to implement a turbo mode. By sacrifice 1 CPU thread I can get a little bit smoother highlight. I make the icon purple for turbo icon. CheckMouseMovement: Loop { MouseGetPos,CurrentX,CurrentY If General_Cursor_Type = 1 Gui, PresCursor: Show, % "x" CurrentX...
by fmnijk
19 Oct 2023, 09:48
Forum: Scripts and Functions (v1)
Topic: Invert window color with magnification + UIACCESS
Replies: 9
Views: 2271

Re: Invert window color with magnification + UIACCESS

May I ask how to have multiple Matrix values option and switch between them via different hotkeys? I would like to know How to make new Matrix value take effect. F12:: ^F12:: Mode := A_ThisHotkey = "F12" ? "DarkModeA" : "DarkModeB" if(Mode = "DarkModeA") { Matrix := "-1|0|0|0|0|" . "0|-1|0|0|0|" . "...

Go to advanced search