Search found 91 matches
- Wed Jun 15, 2022 2:19 pm
- Forum: Typeitin
- Topic: Short Cut Keys
- Replies: 2
- Views: 51713
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...
- Tue Jun 14, 2022 9:08 am
- Forum: Typeitin
- Topic: Variable input
- Replies: 3
- Views: 42595
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}{...
- Sat Jun 11, 2022 12:15 pm
- Forum: Typeitin
- Topic: Variable input
- Replies: 3
- Views: 42595
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}.
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}.
- Thu Jun 02, 2022 3:33 pm
- Forum: Typeitin
- Topic: Typeitin V3.7 beta 2 available
- Replies: 0
- Views: 61934
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...
- Wed Jun 01, 2022 12:07 pm
- Forum: Pasteitin
- Topic: Pasteitin V1.8 released!
- Replies: 0
- Views: 93002
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.
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.
- Fri May 13, 2022 11:37 am
- Forum: Typeitin
- Topic: Mouse movement/clicks is not functioning?
- Replies: 1
- Views: 32774
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...
- Fri Apr 22, 2022 9:01 pm
- Forum: Typeitin
- Topic: Scheduling Periodic Messages to WhatsApp Desktop with Powershell
- Replies: 2
- Views: 37173
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.
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.
- Fri Apr 22, 2022 8:54 pm
- Forum: Typeitin
- Topic: Embedded URLs in text
- Replies: 1
- Views: 32804
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:
It will look like this: Click here
HTML code that will do the same:
<a href="https://www.wavget.com.com">Click here</a>
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]
HTML code that will do the same:
<a href="https://www.wavget.com.com">Click here</a>
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...
- Fri Apr 22, 2022 8:32 pm
- Forum: Pasteitin
- Topic: Backup Up and Restore
- Replies: 1
- Views: 32062
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...