Quote from
ziebzie on May 5, 2023, 1:55 pm
i know how it looks like when somebody replies to himself :D but i finally did it, and maybe it will help someone :)
soo... i started with create new function in function library (F11), i chose vbscript language and write code:
Set objShell = CreateObject("WScript.Shell")
objShell.SendKeys "[input]"
then i create hotkey button with action
SetVar "[input]" "your input here"
and at the end i put in app properties tab (F6), at the 'deactive' action slot this code
Delay "100"
Call "send" "[input]"
As a finall product i have app that allows to input prearranged text into text input on other app... i know, its sound odd. Its some kinda ctrl+c, ctrl+v function, but you can create many different buttons with prearranged text to paste. Maybe i will post it soon. Cheers
i know how it looks like when somebody replies to himself :D but i finally did it, and maybe it will help someone :)
soo... i started with create new function in function library (F11), i chose vbscript language and write code:
Set objShell = CreateObject("WScript.Shell")
objShell.SendKeys "[input]"
then i create hotkey button with action
SetVar "[input]" "your input here"
and at the end i put in app properties tab (F6), at the 'deactive' action slot this code
Delay "100"
Call "send" "[input]"
As a finall product i have app that allows to input prearranged text into text input on other app... i know, its sound odd. Its some kinda ctrl+c, ctrl+v function, but you can create many different buttons with prearranged text to paste. Maybe i will post it soon. Cheers
luishp and Vadim have reacted to this post.