Search found 91 matches

by Wavget
Wed Jun 15, 2022 2:19 pm
Forum: Typeitin
Topic: Short Cut Keys
Replies: 2
Views: 32010

Re: Short Cut Keys

The shortcut keys are stored in the KeyFile.dat file, located in the same folder as the datafile.enc and typeitin.ini files. For the Professional version this is the \Users\Username\Appdata\Local\Typeitin where Username is your windows login name. If you get an error that the key is already in use b...
by Wavget
Tue Jun 14, 2022 9:08 am
Forum: Typeitin
Topic: Variable input
Replies: 3
Views: 21731

Re: Variable input

You have to store each response in a separate variable. There are 100 variables, {Var} and {Var1} ... {Var99} In this example Var1 is used for the name and Var2 for the URL. {Var1 =?Enter the user's name for the greeting}{Var2 =?Enter the URL for the ticket being referenced}Hi {Var1}.{Shift {Enter}{...
by Wavget
Sat Jun 11, 2022 12:15 pm
Forum: Typeitin
Topic: Variable input
Replies: 3
Views: 21731

Re: Variable input

You can use {Var =?} to ask for user input.

For example: {Var1 =?}You entered {Var1}{Enter}

To add a prompt to the input dialog you can use {Var =?Enter name}.

You can also add a default response with {Var =?Enter name|Paul}.
by Wavget
Thu Jun 02, 2022 3:33 pm
Forum: Typeitin
Topic: Typeitin V3.7 beta 2 available
Replies: 0
Views: 33535

Typeitin V3.7 beta 2 available

This is what is new in Typeitin Version 3.7 : Beta2 * Added favorite color list to button color selection window. The button color selection dialog now allows you to define favorite color combinations and save them for easy selection. * Improved Enterprise version clipboard sharing server error hand...
by Wavget
Wed Jun 01, 2022 12:07 pm
Forum: Pasteitin
Topic: Pasteitin V1.8 released!
Replies: 0
Views: 42379

Pasteitin V1.8 released!

Pasteitin version 1.8 has been released.

You can download it from https://www.wavget.com/download/

For more information about what is new, visit this post.

Questions, comments, and suggestions are always welcome!

Regards,
Paul.
by Wavget
Fri May 13, 2022 11:37 am
Forum: Typeitin
Topic: Mouse movement/clicks is not functioning?
Replies: 1
Views: 17396

Re: Mouse movement/clicks is not functioning?

For the mouse click function to work the Firefox window has to be in the exact same place and be the exact same size. Only then will all the controls be in the exact same location. You can use the WinPos and WinSize functions to accomplish this. For example to click the File menu in Notepad: {WinPos...
by Wavget
Fri Apr 22, 2022 9:01 pm
Forum: Typeitin
Topic: Scheduling Periodic Messages to WhatsApp Desktop with Powershell
Replies: 2
Views: 19036

Re: Scheduling Periodic Messages to WhatsApp Desktop with Powershell

You can use a loop to execute a sequence of commands until you press the button again.

For example, {Var1=0}{While (Var1=0) [Example{Enter}{Pause 10}]} will type Example and press Enter every 10 seconds until you press the button again to stop.
by Wavget
Fri Apr 22, 2022 8:54 pm
Forum: Typeitin
Topic: Embedded URLs in text
Replies: 1
Views: 17383

Re: Embedded URLs in text

It depends on what program you are typing into.

For example, on this message board this will do what you are looking for:

Code: Select all

[url=https://www.wavget.com]Click here[/url]
It will look like this: Click here

HTML code that will do the same:

<a href="https://www.wavget.com.com">Click here</a>
by Wavget
Fri Apr 22, 2022 8:46 pm
Forum: Typeitin
Topic: Recording
Replies: 1
Views: 17388

Re: Recording

The Record function will record all keyboard activity. A simple example is to record a website login like type username, tab to the password field, type the password, and press enter. A recording might look like username{Tab}password{Enter} To also record mouse activity, click on the down arrow next...
by Wavget
Fri Apr 22, 2022 8:32 pm
Forum: Pasteitin
Topic: Backup Up and Restore
Replies: 1
Views: 16465

Re: Backup Up and Restore

To create a backup, right click on the Pasteitin icon in the task bar tray (by the clock) and select Setup from the pop up menu. In the Options tab - Backup section, click on the Backup Now button (green arrow). It will create a pasteitin.dat.backup and a pasteitin.ini.backup file in the folder spec...