Search found 91 matches

by Wavget
Tue Mar 23, 2021 3:22 pm
Forum: Typeitin
Topic: Using Variables with the {SUB} Function
Replies: 3
Views: 12629

Re: Using Variables with the {SUB} Function

Unfortunately the Sub function does not currently support variables. This will be fixed in the next (beta)version. A work around is using the IF function on the LIST result. {If (Var11=C: Fine) [{Sub HOA Stuff,C: Fine}]} {If (Var11=C: Foreclose Atty Fee) [{Sub HOA Stuff,C: Foreclose Atty Fee}]} Paul.
by Wavget
Tue Mar 23, 2021 3:08 pm
Forum: Typeitin
Topic: How can I nest groups/create sub-groups?
Replies: 1
Views: 8874

Re: How can I nest groups/create sub-groups?

You can use the Sub command in a button to jump to a group.

For example you can use {Sub Examples} to jump to the Examples group.

In the Examples group you can create a button with the {Sub Return} function to return to the original group.
by Wavget
Tue Mar 23, 2021 3:01 pm
Forum: Typeitin
Topic: Update from 2.9.4 to V3.5
Replies: 1
Views: 8853

Re: Update from 2.9.4 to V3.5

You can install version 3.5 and it will import the files from version 2.9 automatically. I recommend you first make a backup of the data files. Right click on the Typeitin icon in the task bar tray (by the clock) and select Setup from the pop up menu. In the Settings tab - Backup section, click on t...
by Wavget
Fri Mar 05, 2021 11:48 am
Forum: Typeitin
Topic: button for a © symbol?
Replies: 3
Views: 11307

Re: button for a © symbol?

{AltNum 0169} should work for all programs that can accept a ©.

As an alternative you can also use {Paste ©}
by Wavget
Thu Feb 18, 2021 9:58 am
Forum: Typeitin
Topic: button for a © symbol?
Replies: 3
Views: 11307

Re: button for a © symbol?

You can use {AltNum 0169} to type the © symbol in Microsoft Word.
by Wavget
Tue Feb 09, 2021 8:30 am
Forum: Typeitin
Topic: Prompt Variable
Replies: 3
Views: 11546

Re: Prompt Variable

The prompt response is only stored in the variable for the duration of the button, so one variable will work for all your devices.

{Var1=?Prompt}ssh myusername@{Var1}{Enter}mypassword{Enter}
by Wavget
Fri Feb 05, 2021 10:30 am
Forum: Typeitin
Topic: Prompt Variable
Replies: 3
Views: 11546

Re: Prompt Variable

The {Var=?Prompt} stores the input into a variable. You need to use a variable function to type the contents of the variable. Example: {var1=?Username}{Var1}{Enter}password{Enter} {var1=?Username} displays the input dialog and saves the response to variable #1. {Var1} types the contents of variable ...
by Wavget
Mon Feb 01, 2021 7:57 pm
Forum: Pasteitin
Topic: When i click on a button is there a way to place it in clipboard?
Replies: 2
Views: 23931

Re: When i click on a button is there a way to place it in clipboard?

When you click a button the content is actually placed onto the clipboard and then pasted into the application.

In other words, after you click the button once the content is on the clipboard. Control-V will paste it again.

Regards,
Paul.
by Wavget
Fri Jan 08, 2021 9:00 am
Forum: Typeitin
Topic: What new features would you like?
Replies: 14
Views: 29571

Re: What new features would you like?

annemarenco, thanks for using Typeitin and telling your colleagues about it! You can sort the groups in Setup. Right click on the Typeitin icon in the task bar tray (by the clock) and select Setup from the pop up menu. In the Groups tab, right click on the Group List and select Sort Groups from the ...
by Wavget
Sat Jan 02, 2021 12:29 pm
Forum: Typeitin
Topic: What new features would you like?
Replies: 14
Views: 29571

Re: What new features would you like?

aussietanker, a new version of Typeitin that includes downloadable examples is coming out soon. If you have any examples that you think should be included, post them here or email support at wavget. rcurts, the new version will also include Microsoft Word and Excel formatting options. If you're inte...