Search found 796 matches

by Tom
Nov 3rd, ’20, 18:08
Forum: General Discussion
Topic: How to put hyperlinks in text messages?
Replies: 2
Views: 2638

Re: How to put hyperlinks in text messages?

You can use a HTML mode:

Code: Select all

<a href="https://www.fastkeysautomation.com/">Visit FastKeys web page!</a>
or Rich text mode - in this case create a link in Word and copy/paste it to FastKeys command field.
by Tom
Nov 3rd, ’20, 18:04
Forum: General Discussion
Topic: Stop Alt from bringing up program menu accelerator
Replies: 1
Views: 1913

Re: Stop Alt from bringing up program menu accelerator

The actual AHK script code for left Alt key is ~LAlt:: Sendinput {Blind}{sc0E9} KeyWait, LAlt ; this wasit for the key to be RELEASED. So that it doesn't keep spamming SC0E9 (as seen from an AHK window Key history and script info... window.) Sendinput {Blind}{sc0EA} return In FastKeys: Shortcut: ~LA...
by Tom
Oct 27th, ’20, 10:47
Forum: General Discussion
Topic: how modify when the messages is send one per one?
Replies: 3
Views: 2334

Re: how modify when the messages is send one per one?

There is an example Alt-V which does Paste without formatting - check it out.
by Tom
Oct 26th, ’20, 14:31
Forum: General Discussion
Topic: how modify when the messages is send one per one?
Replies: 3
Views: 2334

Re: how modify when the messages is send one per one?

Normally, the characters are sent one by one which should be fast enough for short texts. For larger text, the alternative is to use Clipboard method which can be set in Preferences/Text Expander/Advanced.
by Tom
Oct 26th, ’20, 14:26
Forum: General Discussion
Topic: I can't find a way to share my settings
Replies: 1
Views: 2120

Re: I can't find a way to share my settings

Settings can be located on any valid Windows location, local disk, network path, cloud etc. By saving the settings file to a shared location, you can access the same settings from different computers. For example, to use the Dropbox - on the first computer, use File/Save As... to save the settings f...
by Tom
Oct 14th, ’20, 16:57
Forum: Suggestions
Topic: Can't draw gesture
Replies: 1
Views: 2939

Re: Can't draw gesture

It works normally on our end. You need to press and hold the gesture key (default is right mouse button) and draw the gesture. You may try resetting your Preferences.
by Tom
Oct 12th, ’20, 11:58
Forum: General Discussion
Topic: Complete newbie stupid question
Replies: 9
Views: 6293

Re: Complete newbie stupid question

Several examples are provided in the software, for example, typing "kr" should be expanded to "kind regards". There are many ending characters, like Space, Enter, comma etc. - this could be set in Preferences/Text Expander. Are you able to open the main FastKeys settings window a...
by Tom
Oct 9th, ’20, 16:04
Forum: General Discussion
Topic: Question: Double period at end of a string?
Replies: 4
Views: 1710

Re: Question: Double period at end of a string?

Sorry, you are right, this is not related to ending characters. Both should work with simple text expansion.
However when "Display suggestions as you type" option is enabled in Preferences/Text Expander, the period resets the recognition of the entered word. Is this your case?
by Tom
Oct 8th, ’20, 15:43
Forum: General Discussion
Topic: Question: Double period at end of a string?
Replies: 4
Views: 1710

Re: Question: Double period at end of a string?

The period (or a full stop) is one of the default ending characters which trigger the substitution. If you wish, you can remove the period from the list of ending characters in Preferences/Text Expander.
by Tom
Oct 4th, ’20, 10:20
Forum: General Discussion
Topic: Fastkeys not working in some places in browser
Replies: 1
Views: 1256

Re: Fastkeys not working in some places in browser

I tested in Chrome and Firefox and it works for me.
Could you give me the link to the page in which it is not working?