Search found 796 matches

by Tom
Apr 11th, ’24, 18:53
Forum: General Discussion
Topic: FastKeys and AutoHotKey 2
Replies: 1
Views: 67

Re: FastKeys and AutoHotKey 2

Probably sometime. However, we believe v1 suits typical FastKeys users better.
by Tom
Apr 11th, ’24, 18:52
Forum: General Discussion
Topic: When using 'Insert command code' in send mode, how to pass the 'Mannual Text Input' user entered
Replies: 1
Views: 41

Re: When using 'Insert command code' in send mode, how to pass the 'Mannual Text Input' user entered

You can use input and selection variables (for example INPUT_Name or SELECT_Name) in the script.

Example:
viewtopic.php?t=2190
by Tom
Apr 11th, ’24, 18:46
Forum: General Discussion
Topic: Dynamic autocomplete
Replies: 1
Views: 59

Re: Dynamic autocomplete

Sorry, I don't understand what you mean but probably this is not supported.
by Tom
Apr 9th, ’24, 17:34
Forum: General Discussion
Topic: What RegEx Flavor/Engine?
Replies: 2
Views: 74

Re: What RegEx Flavor/Engine?

FastKeys uses PCRE 8.30 engine.
by Tom
Apr 9th, ’24, 17:29
Forum: General Discussion
Topic: Copilot - Gemini Promts
Replies: 2
Views: 63

Re: Copilot - Gemini Promts

Try this. You may need to adjust some parts if needed. ^F6:: Clipboard := "" Send ^c ClipWait, 1 if (Clipboard = "") return f:=["Define/Explain this term: ","Translate this text into (Language - Arabic): ","Suggest synonyms of this term: "] Menu, MyM...
by Tom
Mar 25th, ’24, 18:58
Forum: General Discussion
Topic: Ability to use random text in Rich Text phrases
Replies: 1
Views: 53

Re: Ability to use random text in Rich Text phrases

You can use Non formatted text and then "insert another item" macro which contains rich text part.
by Tom
Mar 25th, ’24, 18:56
Forum: General Discussion
Topic: Ability to import from PhraseExpress
Replies: 2
Views: 99

Re: Ability to import from PhraseExpress

This is currently not available. You can contact us at mail support and we can figure something out.
by Tom
Mar 24th, ’24, 09:34
Forum: General Discussion
Topic: keyboard simulation paste
Replies: 1
Views: 88

Re: keyboard simulation paste

Yes, sure. Select "Insert data" icon / Clipboard:

For example:

Code: Select all

%Clipboard%
{Ctrl Down}v{Ctrl Up}
by Tom
Mar 23rd, ’24, 14:49
Forum: User Commands and Scripts
Topic: conditional help
Replies: 2
Views: 152

Re: conditional help

You can use "Insert Command Code" macro to have the full flexibility: The medication we discussed today and is available to buy over the counter % CODE_Condition % : % SELECT_Drugs % If you are using comma as selection delimiter then the CODE_Condition can check if the selection contains c...
by Tom
Mar 16th, ’24, 15:32
Forum: General Discussion
Topic: Quick find can't find the commind in the third Start Menu
Replies: 2
Views: 120

Re: Quick find can't find the commind in the third Start Menu

I tried and it works as expected. Do you have the third menu commands active?
If you continue to experience issues contact our Support.