Created
February 17, 2023 15:26
-
-
Save RaptorX/3792effdbe8b0a3f9ff7465af81010f2 to your computer and use it in GitHub Desktop.
Revisions
-
RaptorX created this gist
Feb 17, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ settimer displayCursor, 10 return displayCursor() { if a_cursor = 'IBeam' { MouseGetPos ,,, &OutputVarControl, 2 hwnd := ControlGetFocus('A') if (OutputVarControl = hwnd) tooltip a_cursor ' is in edit mode' else tooltip a_cursor ' is NOT in edit mode' } }