Search found 791 matches

by Tom
Nov 9th, ’19, 22:06
Forum: General Discussion
Topic: Inserting multiple clipboard history items?
Replies: 1
Views: 1269

Re: Inserting multiple clipboard history items?

You can hold Shift when selecting the clipboard item to paste without closing the popup.
Preferences/Functions/Clipboard Manager
by Tom
Nov 9th, ’19, 22:04
Forum: General Discussion
Topic: Bring window to front
Replies: 6
Views: 1944

Re: Bring window to front

This is an operating system issue. Try to use another shortcut (avoid Alt and Win modifiers). Or use this: Run, "C:\Program Files (x86)\Folder\software.exe",,, OutputVarPID WinWait, ahk_pid %OutputVarPID% WinActivate, ahk_pid %OutputVarPID% https://www.autohotkey.com/docs/commands/WinActiv...
by Tom
Nov 5th, ’19, 09:09
Forum: General Discussion
Topic: a+b hotkey run script. Is it possible?
Replies: 5
Views: 2253

Re: a+b hotkey run script. Is it possible?

In your case "a" becomes a shortcut and therefore loses it's original function.

To avoid this, specify another shortcut
Shortcut: a
Type: Send
Command: a
by Tom
Nov 4th, ’19, 22:50
Forum: General Discussion
Topic: a+b hotkey run script. Is it possible?
Replies: 5
Views: 2253

Re: a+b hotkey run script. Is it possible?

Could you please describe your issue better? The command from your screenshot seems to be ok.
by Tom
Nov 4th, ’19, 16:42
Forum: General Discussion
Topic: "Put Text in Quotes", seemingly not working in all contexts
Replies: 9
Views: 2597

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

How about this?

Code: Select all

send, ^c
sleep 200
Send % "" clipboard ""
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: 1058

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: 2404

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: 2597

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: 662

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: 3288

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.