Search found 1730 matches

by Marko
Feb 11th, ’24, 10:12
Forum: General Discussion
Topic: Depending on Computer Name
Replies: 2
Views: 157

Re: Depending on Computer Name

This should be the correct syntax (Type: Command):

Code: Select all

if (A_ComputerName = "Nitro")
	run, URL A
else if (A_ComputerName = "Aspire")
	run, URL B
else
	run, URL C
by Marko
Feb 7th, ’24, 11:50
Forum: General Discussion
Topic: Text expander slowing down
Replies: 2
Views: 143

Re: Text expander slowing down

Yes, enable “Use clipboard” option (under More options) when defining individual item.

There is also a global setting in Preferences/Text Expander/Advance - Use clipboard if text lenght exceeds…
by Marko
Feb 4th, ’24, 20:06
Forum: General Discussion
Topic: Text expansion not working in Outlook
Replies: 7
Views: 686

Re: Text expansion not working in Outlook

Preferences/Text Expander - are the fields under Restrictions section all blank?

Do you mean all text expander items are not working or only one?

Which version of Outlook are you using?

Try to set a Key Delay of 80ms in Preferences/Text Expander/Advanced - any difference?
by Marko
Feb 4th, ’24, 13:02
Forum: General Discussion
Topic: FASTKEYS is instable on one computer
Replies: 4
Views: 339

Re: FASTKEYS is instable on one computer

If I understand correctly, FastKeys is running well on one computer and stops working after a while on another. This means that another program on your computer takes the control over the "keyboard hook", preventing FastKeys to use it. Known programs include Microsoft Powertoys, VDOS, Micr...
by Marko
Feb 2nd, ’24, 21:20
Forum: General Discussion
Topic: [False report] Virus in the latest update?
Replies: 2
Views: 378

Re: Virus in the latest update?

Thanks. This is a false positive report by Avast. Some antivirus software may wrongly suspect FastKeys (and similar programs) as Spyware because it processes keyboard input. Such reports are false and FastKeys is absolutely safe to use. You can check it by yourself: https://www.virustotal.com The is...
by Marko
Feb 2nd, ’24, 19:02
Forum: General Discussion
Topic: Open link from selected text
Replies: 3
Views: 617

Re: Open link from selected text

Set a shortcut (Type:Command)

Code: Select all

send, ^c
sleep, 100
run, %clipboard%
by Marko
Feb 2nd, ’24, 18:58
Forum: General Discussion
Topic: Text expansion not working in Outlook
Replies: 7
Views: 686

Re: Text expansion not working in Outlook

Have you perhaps set the restrictions in Preferences/Text Expander? Try to reset your Preferences.
by Marko
Feb 2nd, ’24, 18:56
Forum: General Discussion
Topic: Explorer: New Tab with Path
Replies: 2
Views: 882

Re: Explorer: New Tab with Path

I believe there is currently no command line switch for opening Explorer with a new tab.
by Marko
Feb 2nd, ’24, 14:44
Forum: Announcements
Topic: FastKeys 5.14 Released
Replies: 2
Views: 749

FastKeys 5.14 Released

What's new in FastKeys 5.14: 2nd February 2024 A key new feature is the ability to switch the Selection Form view to display the full text along with the input fields. Users now have additonal flexibility in how they interact with selection forms: - view entry fields only, - entry fields with a prev...
by Marko
Feb 1st, ’24, 14:00
Forum: General Discussion
Topic: Text expansion not working in Outlook
Replies: 7
Views: 686

Re: Text expansion not working in Outlook

What happens if you trigger a text expansion? What exactly is not working for you?