Right‑click the macro → Edit . Adjust delays, add loops, or insert text variables. 5. Sample Macro Script (Editor View) // Wait for Notepad to open WaitForWindow "Notepad" // Type a line of text SendKeys "Hello from Jitbit!ENTER"
Click “Record” – do your task (e.g., open Notepad, type “Hello”, save file).
Yes – use the global hotkey Ctrl + F10 (customizable).
Press the assigned hotkey (default: Ctrl + F9 ). Name your macro.