Search found 91 matches

by Wavget
Mon Jul 01, 2019 7:50 pm
Forum: Typeitin
Topic: TypeItIn
Replies: 11
Views: 34203

Re: TypeItIn

I created a button with the following: {Ctrl c}{Delay 50}{Var1 GetClip}{run https://www.google.com/webhp?ie=UTF-8#q={Var1}} It first copies whatever text is selected with Control-C. It then opens a browser window and navigates to Google with the copied text as the search parameter. To make this butt...
by Wavget
Mon Jul 01, 2019 8:43 am
Forum: Typeitin
Topic: Typeitin stays in the background
Replies: 4
Views: 17242

Re: Typeitin stays in the background

It is possible that the Auto Hide is set to Minimize in Setup.

Right click on the Typeitin icon in the task bar tray and select Setup from the pop up menu.

In the Settings tab, Auto hide section, make sure the Minimize box is not checked.

Regards,
Paul.
by Wavget
Fri Apr 26, 2019 11:13 am
Forum: Typeitin
Topic: Environment Variables
Replies: 1
Views: 12181

Re: Environment Variables

Typeitin currently does not support retrieving environment variables.

I will add this feature to the list for the next beta version.

It may be possible to use PowerShell as a workaround.

Regards,
Paul.
by Wavget
Sat Mar 02, 2019 11:34 am
Forum: Typeitin
Topic: If and goto
Replies: 4
Views: 17364

Re: If and goto

Typeitin currently does not support the OR function in the IF function. I will add this to the list for future versions. There is a work around using nested IF statements: {If (Var15!A1*) [{If (Var15!B1*) [{If (Var15!C1*) [{Goto NotFound}]}]}]} {Dialog 0,Information,[Ok],A1 B1 C1 found} {Goto End} {...
by Wavget
Fri Mar 01, 2019 12:07 pm
Forum: Typeitin
Topic: Typeitin stays in the background
Replies: 4
Views: 17242

Re: Typeitin stays in the background

What version of TypeItIn are you using? Right click on the keyboard icon in the task bar tray and select About TypeItIn from the pop up menu to find the version information.

Regards,
Paul.
by Wavget
Thu Feb 28, 2019 4:44 pm
Forum: Typeitin
Topic: 3 buttons in Adobe Reader?
Replies: 1
Views: 11525

Re: 3 buttons in Adobe Reader?

There is one bracket too many in your example {{Shift{Lcontrol n}} and the LControl and RControl functions are meant to access special functions activated by a specific control key.

This should work: {Shift {Ctrl n}}

Hope this helps,
Paul.
by Wavget
Wed Feb 27, 2019 10:13 am
Forum: Typeitin
Topic: If and goto
Replies: 4
Views: 17364

Re: If and goto

There are some missing brackets in the If/Else statement: {Var15 GetClip}{If (Var15=A1*) [ {Goto ReplaceA1} ] Else [ {Goto Continue} ] } Also, after a replacement is done, you should jump over the Nothing replaced section to skip to the end. This is the corrected code: {Var15 GetClip}{If (Var15=A1*)...
by Wavget
Tue Feb 05, 2019 3:23 pm
Forum: Typeitin
Topic: Adding time to {Time tt}
Replies: 1
Views: 11666

Re: Adding time to {Time tt}

You can add minutes to the time in the Time function.

{Time tt,60} displays the current time plus one hour.

You can also add days to a date with {date m/d/yyyy,30}.

Regards,
Paul.
by Wavget
Wed Jan 23, 2019 11:25 am
Forum: Typeitin
Topic: Running applications from TypeItIn
Replies: 1
Views: 11945

Re: Running applications from TypeItIn

Typeitin is able to run programs, and you can activate a Typeitin button that runs a program from the command line, but probably the easiest way to run a program when Windows starts is to add it to the Startup folder. From the TheWindowsClub website: The simplest way would be to place a shortcut of ...
by Wavget
Wed Jan 23, 2019 10:17 am
Forum: Pasteitin
Topic: Welcome to the Pasteitin Forum!
Replies: 0
Views: 55284

Welcome to the Pasteitin Forum!

The forum has been restored after we experienced some spam-related issues.

Unfortunately, all user information was lost, so please create a new account.

Regards,
Paul.