Search found 796 matches

by Tom
Nov 4th, ’19, 16:41
Forum: General Discussion
Topic: Is it possible to upload my installation of fastkeys to google drive/drop box/etc and have my learned words update?
Replies: 1
Views: 1079

Re: Is it possible to upload my installation of fastkeys to google drive/drop box/etc and have my learned words update?

Settings file can be saved to and run from any valid Windows location, local disk, network path, cloud etc. By saving the file to a shared location, you can access your settings from different computers.
by Tom
Nov 2nd, ’19, 19:45
Forum: Suggestions
Topic: Text Expander problem
Replies: 1
Views: 2418

Re: Text Expander problem

Hm, could you try disabling Auto Complete module and see if it helps?
by Tom
Nov 2nd, ’19, 19:30
Forum: General Discussion
Topic: "Put Text in Quotes", seemingly not working in all contexts
Replies: 9
Views: 2869

Re: "Put Text in Quotes", seemingly not working in all contexts

Try to insert another Sleep 100 after Clipboard:=Tmp.
:?:
by Tom
Oct 30th, ’19, 21:43
Forum: General Discussion
Topic: TEXT EXPADER IN GMAIL
Replies: 1
Views: 669

Re: TEXT EXPADER IN GMAIL

No. If you type the abbreviation in all caps it will also expand in all caps.
by Tom
Oct 30th, ’19, 21:41
Forum: Suggestions
Topic: Forced to re-register after every computer re-start
Replies: 2
Views: 3386

Re: Forced to re-register after every computer re-start

In such case run FastKeys as administrator (right click on FastKeys desktop icon, select 'run as administrator') and enter the registration key again.
by Tom
Oct 23rd, ’19, 20:03
Forum: General Discussion
Topic: Conditional Open App
Replies: 8
Views: 2114

Re: Conditional Open App

No problem. Open the Windows Information tool from Tools/Window information menu. Then move the mouse to your open main Outlook window. Read the information from the tool. Replace the "Inbox - Outlook" parts in the code with a window text name. You can also post or send us a screenshot of ...
by Tom
Oct 23rd, ’19, 16:18
Forum: General Discussion
Topic: Conditional Open App
Replies: 8
Views: 2114

Re: Conditional Open App

Then adjust the code with your window name (use Tools/Window information tool).
by Tom
Oct 22nd, ’19, 20:43
Forum: General Discussion
Topic: UAC prompt
Replies: 5
Views: 1344

Re: UAC prompt

I searched about it a bit more and it looks like UAC prompts are elevated by Windows for security reasons. Could you use clipboard instead?
by Tom
Oct 18th, ’19, 11:21
Forum: General Discussion
Topic: UAC prompt
Replies: 5
Views: 1344

Re: UAC prompt

Try running FastKeys as administrator. Alternatively, enable Run as Administrator option in Preferences/General.
by Tom
Oct 18th, ’19, 11:17
Forum: General Discussion
Topic: Conditional Open App
Replies: 8
Views: 2114

Re: Conditional Open App

Code: Select all

If Not WinExist("Inbox - Outlook")
	Run, outlook.exe
Else
	WinActivate, Inbox - Outlook
You can find the window information using Tools/Window Information.