Search found 91 matches

by Wavget
Tue Jun 09, 2020 3:18 pm
Forum: Typeitin
Topic: Typeitin V3.5 beta 2 versions available - Released!
Replies: 2
Views: 11070

Typeitin V3.5 beta 2 versions available - Released!

This is what is new in Typeitin Version 3.5 beta 2 : Beta 2 * Added {Enter} and {Tab} support to Paste function. You can now paste multiple lines. For example {Paste Line 1{Enter}Line2}. * Fixed issue with import and export menus. * Fixed issue with missing shortcut key setting for Clipboard group. ...
by Wavget
Thu Nov 07, 2019 1:24 pm
Forum: Typeitin
Topic: What version of Typeitin works with/on Windows 10?
Replies: 1
Views: 11038

Re: What version of Typeitin works with/on Windows 10?

According to my records you've actually been using Typeitin since 2001! Typeitin version 3.1 works well with Windows 10, and your license is still valid for that version. You can download Typeitin Professional version 3.1 from http://www.wavget.com/download/legacy-downloads/ To upgrade your license ...
by Wavget
Fri Nov 01, 2019 11:03 am
Forum: Typeitin
Topic: List without returns
Replies: 1
Views: 10232

Re: List without returns

It is possible to store the selection from a list into a variable that can be used later. For example: {Var1 List a,b,c} shows a list with a, b, and c and stores the selection in Variable #1. This example allows you to make a selection from two lists and then types a string using the two results. {V...
by Wavget
Thu Aug 15, 2019 2:30 pm
Forum: Typeitin
Topic: Updating from V3.1 to V3.3
Replies: 2
Views: 13806

Re: Updating from V3.1 to V3.3

Most likely the garbled text in Microsoft Edge is caused by Typeitin typing too fast for the program to handle. You can slow things down a little in Setup: Right click on the TypeItIn icon in the task bar tray and select Setup from the pop up menu. In the options tab increase the delays before the s...
by Wavget
Wed Aug 14, 2019 11:41 am
Forum: Typeitin
Topic: Typeitin V3.4 beta versions available - released!
Replies: 2
Views: 16356

Typeitin V3.4 beta versions available - released!

This is what is new in Typeitin Version 3.4 beta 1 : * Added Get Environment Variable option. This will copy the value of the selected Environment Variable into a Typeitin variable. Example: {Var1 GetEnvVar APPDATA} . Var1 will be set to C:\Users\Username\AppData\Roaming. * Added Set Environment Var...
by Wavget
Mon Aug 12, 2019 11:06 am
Forum: Typeitin
Topic: Garbled Text
Replies: 2
Views: 13815

Re: Garbled Text

It sounds like Typeitin is having issues displaying the text in the Button Edit window since the button still types the complete text. Please try and delete the "eventually adCk1°5.å@rm to hineral relativity" part of the button and click the Close button to save the new content. Then edit the button...
by Wavget
Fri Aug 02, 2019 10:31 am
Forum: Typeitin
Topic: TypeItIn
Replies: 11
Views: 33131

Re: TypeItIn

The GetClip function was available in version 2.9.4 but there were some issues with it that were fixed in later versions.
by Wavget
Thu Aug 01, 2019 11:10 am
Forum: Typeitin
Topic: Is it possible to reference individual buttons/entries in the Clipboard group?
Replies: 6
Views: 20552

Re: Is it possible to reference individual buttons/entries in the Clipboard group?

Thanks for the detailed explanation, it makes sense now.

I will add something like {ClipButton 1} that I used in my example to the next (beta) version of Typeitin.

Regards,
Paul.
by Wavget
Wed Jul 31, 2019 11:38 am
Forum: Typeitin
Topic: Is it possible to reference individual buttons/entries in the Clipboard group?
Replies: 6
Views: 20552

Re: Is it possible to reference individual buttons/entries in the Clipboard group?

I'm sorry, I should have been more clear... that is not a function right now, just an example of what might be possible in a future version. Adding the ability to retrieve a specific clipboard button's content is definitely a possibility. Since the clipboard buttons are filled whenever you copy some...
by Wavget
Wed Jul 31, 2019 11:03 am
Forum: Typeitin
Topic: Is it possible to reference individual buttons/entries in the Clipboard group?
Replies: 6
Views: 20552

Re: Is it possible to reference individual buttons/entries in the Clipboard group?

I'm not sure I understand your question. Do you mean that a Typeitin button should be able to reference a button in the Clipboard group?

For example, something like this?

Code: Select all

<a href="{ClipButton 1}">Page name: {ClipButton 0}</a> - Description: {ClipButton 2}