Search found 91 matches

by Wavget
Mon Jul 29, 2019 11:36 am
Forum: Typeitin
Topic: Variable questions
Replies: 2
Views: 14926

Re: Variable questions

Hi Kevin, 1. A variable name is only valid while the button is active after you click it. It is not stored anywhere. 2. Variables saved with the Var Save command are stored in the typeitin.ini file located in the Button data directory. There is no real limit to how many you can save. Since they are ...
by Wavget
Mon Jul 29, 2019 11:11 am
Forum: Typeitin
Topic: Special Functions and characters
Replies: 2
Views: 19609

Re: Special Functions and characters

Hi Kevin, 1. The current password generator is set to include lower case & upper case characters and numbers. I agree that including special characters in the password generator would be a good idea. I'm adding it to the to do list for the next version, possibly with adjustment for each type of char...
by Wavget
Fri Jul 26, 2019 1:47 pm
Forum: Typeitin
Topic: Launching Applications using TypeItIn
Replies: 1
Views: 11848

Re: Launching Applications using TypeItIn

You can use the run command to start an application. For example {Run notepad.exe} to start Notepad. You can also "run" a file to open it using the assigned application. For example {Run test.txt} will open the test.txt file in Notepad )or whatever program ypu have configured to open txt files) Rega...
by Wavget
Fri Jul 26, 2019 1:44 pm
Forum: Typeitin
Topic: Windows 10 'Run'
Replies: 4
Views: 15997

Re: Windows 10 'Run'

I think you can use {Enter} to execute the command.

Paul.
by Wavget
Tue Jul 09, 2019 9:34 am
Forum: Typeitin
Topic: TypeItIn
Replies: 11
Views: 34284

Re: TypeItIn

Can you post the button contents here?
by Wavget
Tue Jul 09, 2019 8:35 am
Forum: Typeitin
Topic: TypeItIn
Replies: 11
Views: 34284

Re: TypeItIn

Have you tried to increase the delay from 50 to 100?
by Wavget
Tue Jul 09, 2019 8:32 am
Forum: Typeitin
Topic: How to paste clipboard via a macro button?
Replies: 2
Views: 13245

Re: How to paste clipboard via a macro button?

You can copy the clipboard to a variable and then use it in other functions. For example, this is a button I use to Google selected text: {Ctrl c}{Delay 50}{Var1 GetClip}{run https://www.google.com/webhp?ie=UTF-8#q={Var1}} Control-C first copies selected text to the clipboard. There is a short delay...
by Wavget
Mon Jul 08, 2019 4:47 pm
Forum: Typeitin
Topic: Importing from .csv
Replies: 2
Views: 13387

Re: Importing from .csv

The csv file import can be a little difficult to use because of the many different parameters. I recommend that you export a group with just a few buttons to a csv file. Make sure you check all the include boxes in the Group Export Options dialog. You can then use that file as a template. The file w...
by Wavget
Sat Jul 06, 2019 12:47 pm
Forum: Typeitin
Topic: Windows 10 'Run'
Replies: 4
Views: 15997

Re: Windows 10 'Run'

You can use the run command to open a file but it will always use the default application associated with the file. For example {Run mydocument.docx} will use Microsoft Word to open the file. You can specify what application to use with the Run command. For example {Run notepad.exe,mydocument.docx} ...
by Wavget
Tue Jul 02, 2019 10:12 am
Forum: Typeitin
Topic: User manual
Replies: 2
Views: 14840

Re: User manual

There is a help file. You can access it from the Edit Button window by clicking the Help button. If you have any specific questions you can post them here or email support at wavget.com. To use a button with a shortcut phrase, create a button with the text you want to be typed and put a short phrase...