Welcome to our NEW forum! We invite you to sign up today
so it can grow to be a valuable resource to all Toolbox users!
Quote from: oblivion on June 16, 2026, 02:19:00 AMI don't think I can detect the currently open/active tabJust added a "curtab$" variable for the next update, so you can know.

if activewindow is toolbox
get current tab
invoke clipboard search / navigation code and get selection
return to previously selected tab
paste
else
invoke clipboard search / navigation code and get selection
return to active window
paste
I'll definitely be able to make use of that 
In the next update you'll be able to add notes from whatever text the string$ variable holds, which can be handy.Quote from: Paul (Lead Developer) on May 18, 2026, 01:42:19 PMIf you think the app is expensive, it's because you haven't grasped all that it can do.Now that I've had the app for a while, I can see what you said is a true understatement! I had no idea of its power when I first laid eyes on it, but since then I've been slowly going through the automation functions I am totally stunned by what's on offer. Quite amazing. I've got quite a few automations set up with it now, and I just posted one as a tip here that may be of interest to others: https://www.alomware.com/forum/index.php?topic=155.0
(Start)
HOW TO USE: Copy from Start to End, and then paste into an action.
REFERENCE : See an example of pasting at alomware.com/paste.png
0001 Wait: For action hotkey to be released ""
0002 String: Assign from clipboard text ""
0003 Keyboard: Cut ""
0004 Wait: For keypresses or mouse clicks "{ctrl}v"
0005 Clipboard: Assign text "string$"
(End)
Quote from: oblivion on June 05, 2026, 03:36:06 AMFair enough.Just to make that perhaps a bit better expressed: one of my gadgets is a notes program called Cintanote. Something it can do, which often comes in useful, is I can highlight some text somewhere, hit a hotkey, and Cintanotes will create a new note with the selected text as the content. So it's that sort of functionality I'm thinking of here.
However, I do wonder if a command to create / edit a note from an action might be a useful thing?
