Search found 20 matches

by vrod5454
Aug 30th, ’18, 21:22
Forum: General Discussion
Topic: Send a command script an argument
Replies: 1
Views: 1282

Send a command script an argument

I am able to make the date command script below work in a send via %INSERT_.mydate%. Days:=8 BDays := 0 While (BDays < Days) { Today += 1, D FormatTime, WDay, %Today%, WDay If (Wday <> 1) && (WDay <> 7) ; not Sunday and not Saturday BDays++ } FormatTime, Date, %Today%, dd/MM/yyyy Send, %Days...
by vrod5454
Aug 24th, ’18, 16:37
Forum: General Discussion
Topic: Adding Days to a Date
Replies: 2
Views: 1861

Re: Adding Days to a Date

Hi Marko, Thank you for the link. I was able to make the date command script work in a send via %INSERT_.mydate%. To make the command more flexible... would it be possible to send the command the parameter "days" - like a function{} For example %INSERT_.mydate, 1 % would be plus 1 day- etc...
by vrod5454
Aug 16th, ’18, 14:25
Forum: General Discussion
Topic: Adding Days to a Date
Replies: 2
Views: 1861

Adding Days to a Date

Hi, Is there a way to add days to a date? So for example, if it is Thursday then "%A_DDDD% + 1" would print Friday. This comes in useful when starting to coordinate meetings via email. If it is Thursday one could send "Do have availability Friday afternoon?" with "Do have av...
by vrod5454
May 11th, ’18, 16:08
Forum: General Discussion
Topic: Shortcut to move mouse to the center screen of a left monitor or a right monitor
Replies: 1
Views: 1447

Shortcut to move mouse to the center screen of a left monitor or a right monitor

Hi, Is there a way to have a shortcut that centers a mouse on the screen of a second monitor? Please note that I am not talking about moving/centering a window from left monitor to right monitor (SHIFT+WIN+R or L Arrow will do this), but just moving/placing the mouse. Ideally the shortcut would be t...
by vrod5454
May 3rd, ’18, 20:35
Forum: General Discussion
Topic: Forcing Uppercase in Input and Lowercase in TextExpander
Replies: 2
Views: 1842

Re: Forcing Uppercase in Input and Lowercase in TextExpander

For others reading this....

Tom, what I finally went with is repeating the first letter of the word and then deleting it.

Code: Select all

aacme{Left 4}{Backspace}{Right 4}
This seems to work well across all of the MS Office app.
by vrod5454
Apr 28th, ’18, 03:23
Forum: General Discussion
Topic: Forcing Uppercase in Input and Lowercase in TextExpander
Replies: 2
Views: 1842

Forcing Uppercase in Input and Lowercase in TextExpander

Hi, I have two questions that involve forcing case. Is there a way to force FastKeys to make sure a word is always lower case even if it is in the beginning of a sentence. Here's more context. I have a brand word (let's use acme ) that should always be written in lowercase - even if it starts a sent...
by vrod5454
Apr 18th, ’18, 15:06
Forum: General Discussion
Topic: How to control what is displayed in the choice menu for Multiple Substitutes
Replies: 2
Views: 1872

How to control what is displayed in the choice menu for Multiple Substitutes

Hi, I am using the Multiple Substitutes feature in a Text Expander. Is there a way to control what is displayed in the choice menu? For example. This is my string. .mystring Thank you for your interest in Product A. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc sit amet nulla in nisl...
by vrod5454
Apr 18th, ’18, 13:58
Forum: General Discussion
Topic: Auto fill the subject & body of an email without using mailto:
Replies: 2
Views: 1645

Re: Auto fill the subject & body of an email without using mailto:

Hi Tom, This worked great. I went with Thank you for contacting us{Tab} {Backspace}Hi %Cursor%, Thanks, Victor You can simulate pressing Tab key to move between entry fields. For example, you can first select a Subject field, then send the following (notice the {Tab} at the end of first line): SUBJE...
by vrod5454
Apr 18th, ’18, 02:45
Forum: General Discussion
Topic: Auto fill the subject & body of an email without using mailto:
Replies: 2
Views: 1645

Auto fill the subject & body of an email without using mailto:

Hi, I would like to auto populate the subject and body of an outlook email without using the mailto: + command. Allow me to explain... I receive emails from a web contact form. In the body of this email there is a "your email" field that gets populated when the person enters their email ad...