Page 1 of 1

type command

Posted: Aug 8th, ’19, 09:05
by stevenwi87
Its possible Using command script and send Manual Form??
https://imgur.com/CGjWrLa

Re: type command

Posted: Aug 8th, ’19, 23:07
by Tom
What would you like to do?

Re: type command

Posted: Aug 11th, ’19, 08:43
by stevenwi87
i want combine command script with send macros >Manual text Input (Variable Name) its possible sir??

Re: type command

Posted: Aug 12th, ’19, 07:43
by Marko
One way would be to use Insert Command Code macro:
Type: Send
Command:

Code: Select all

%INPUT__Entry%%CODE_MyCode%
In the code you can than use the variable:

Code: Select all

Msgbox %INPUT__Entry%
I used No Output' prefix "_" in front of a variable name (_Entry) to instruct FastKeys not to output the value.