Page 1 of 1

Typeitin V3.4 beta versions available - released!

Posted: Wed Aug 14, 2019 11:41 am
by Wavget
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 Variable option.
This will set the specified Environment Variable to the specified value and return TRUE in the selected Typeitin variable if successful.
Example: {Var1 SetEnvVar TEST,VALUE}. Var1 will be contain TRUE if successful.

* Added ClipButton function to paste button from Clipboard group in Enterprise version.
This function will paste the contents of the selected button in the Clipboard group.
Example: {ClipButton 1} will paste the contents of the first (top) button in the Clipboard group.

* The AltNum function now accepts variables.
The character number in the Alt-Numpad function can now be specified by a variable.
Example: {Var1=248}{AltNum {Var1}} will type °.

* The Paste function now accepts variables.
The Paste function now accepts variables.
Example: {Var1=Paste this!}{Paste {Var1}}.

* The Shortcut Phrase function is now disabled while Typeitin is typing.
The Shortcut Phrase function monitors typing to activate buttons with a shortcut phrase assigned. This would cause a yellow hint window to flash if Typeitin typed a phrase that was assigned to a button.

* Improved password generator.
TypeitinPasswordGeneratorWindow.png
TypeitinPasswordGeneratorWindow.png (18.74 KiB) Viewed 16348 times

* Fixed issue with deleting a button with a shortcut key assigned.
After deleting a button that had a shortcut key assigned it was not possible to re-use the shortcut key.

Questions, comments, and suggestions for new features are always welcome!

Paul.

Re: Typeitin V3.4 beta versions available

Posted: Thu Aug 15, 2019 2:40 am
by JoeKundlak
Great functionality! Here's hopin' my company updates to a newer TypeItIn version soon...

Re: Typeitin V3.4 beta versions available

Posted: Thu Feb 20, 2020 10:57 am
by seanjseymour
Thank you so much for implementing Get Environment Variable! So useful.