Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

OSD Macro Playback Message

Aug
1,916
68
How does one go about getting rid of;
1598907104652.png

Code:
   _x64: 1
   _admin: 1
_elevated: 1

TCC  26.02.42 x64   Windows 10 [Version 10.0.18363.1016]

I use the following commands to;
* Clear the macro queue
* Start recording a macro, keyboard events only
* Stop recording or playing
* Save the macro to the file CtrlT
* Clear the macro queue
* Load the macro file CtrlT
* Play back the current macro

Code:
Recorder /c
Recorder /k /m
Recorder /x
Recorder /s CtrlT
Recorder /c
Recorder /r CtrlT
Recorder /p
All works as it should, that is, pressing the Ctrl T keyboard combination opens a new TCC Tab Window.

Now, according to the following
Code:
e:\utils>recorder /x
TCC: The macro recorder is not running "/x /DE:\Utils"
...the Macro Recorder is not running.

Yet, I still have the Macro playback OSD message in the lower right corner of the screen.

I have this problem no matter what macro I playback. I am providing the above macro as an example.

What am I not doing correctly?

Joe
 
I had the same problem. I finally got rid of that OSD message, but I don't remember how. I may have rebooted the computer.
 
Back
Top