Macro to enter text
-
Is it possible to use Triggercmd to enter predefined text anywhere where the cursor is?
I wanted to use Alexa to enter my password when I say "run password" using the echo "****" command but it doesnt work
Thanks
-
@zedsyd4-EZ, I'd use nircmd.exe for that.
For example, this would type "hello world":
nircmd.exe sendkeypress h e l l o spc w o r l dYou can download it here: https://www.nirsoft.net/utils/nircmd.html
-
@Russ Thanks, I tried using these formats but didnt work: "C:\Windows\nircmd.exe sendkeypress Password"
"C:\Windows\nircmd.exe" sendkeypress Password, and without quotes -
@zedsyd4-EZ please try putting a space between each character in your password (like in my example).
-
@Russ That worked, but for some reason I didnt input the # symbol? I tried inputting as {#} but that didnt work either.
Edit: it worked entering as shift+3 and running nircmd as administrator
So cool, I can activate and deactivate game macros using my voice.
Thanks Russ for your assistance
-
@zedsyd4-EZ, great, I'm glad that worked.