Search found 1919 matches

by Marko
Jan 14th, ’26, 21:51
Forum: General Discussion
Topic: Reusing macros
Replies: 1
Views: 129

Re: Reusing macros

The easiest way is to simply copy and paste the macro from one phrase to another. For example, select %INPUT_Customer% in the first phrase, copy it and then paste it into another phrase. Two macros with the same name in the same phrase are treated as one - the user input is only required once. Curre...
by Marko
Jan 13th, ’26, 18:53
Forum: General Discussion
Topic: Request for Help Adding Text Expander Quick Find (Alt+Space) to Fastkeys Start Menu (Menu 1)
Replies: 2
Views: 510

Re: Request for Help Adding Text Expander Quick Find (Alt+Space) to Fastkeys Start Menu (Menu 1)

To do this, create a new menu (Type: Command):

Code: Select all

SendLevel 1
send !{Space}  ;calls Alt+Space shortcut
SendLevel 0
by Marko
Jan 13th, ’26, 18:42
Forum: General Discussion
Topic: Trigger Text Expander and Auto Complete
Replies: 1
Views: 901

Re: Trigger Text Expander and Auto Complete

Text expanding is triggered by pressing one of the "Ending characters" - a list can be defined in Preferences/Text Expander. You could add any other key, like # if that's convenient for you. You could also select "Trigger immediately" to trigger the expansion without waiting for ...
by Marko
Jan 13th, ’26, 18:12
Forum: User Commands and Scripts
Topic: Shared function.
Replies: 9
Views: 13960

Re: Shared function.

I confirm this now works in version 6.05.
by Marko
Jan 1st, ’26, 21:23
Forum: Suggestions
Topic: Thank you very much for the software!!!
Replies: 2
Views: 1788

Re: Thank you very much for the software!!!

Thanks, you are very welcome :D
by Marko
Dec 24th, ’25, 16:52
Forum: Announcements
Topic: FastKeys 6.05 Released
Replies: 2
Views: 3733

FastKeys 6.05 Released

What's new in FastKeys 6.05: 24th December 2025 The FastKeys team wishes all our users a Merry Christmas and a Happy New Year. :D :P :!: Release notes: - Updated color themes, - Updated Policy Manager (Enterprise Edition), - Updated translations, - General improvements and bug fixes. Comments, sugge...
by Marko
Dec 21st, ’25, 19:43
Forum: General Discussion
Topic: Manual text input
Replies: 1
Views: 4221

Re: Manual text input

There is an example abbreviation string "med" which is demonstrating some selection form possibilities. You can delete or disable it.
by Marko
Dec 18th, ’25, 22:17
Forum: General Discussion
Topic: New here
Replies: 2
Views: 3103

Re: New here

Hi and welcome to FastKeys. I suggest you start with some basic tutorial videos: https://youtu.be/J9MscB8cTjo?si=0VFb2Im7E84XSe80 Select Shortcuts module to expand text by using keyboard shortcuts. Tutorial (at 2.00): https://youtu.be/luSBqqEkSGI?si=VYtgYXuvR98Z5nZB There are many other tutorials av...
by Marko
Dec 16th, ’25, 22:01
Forum: User Commands and Scripts
Topic: Shared function.
Replies: 9
Views: 13960

Re: Shared function.

We are aware of this issue and it has not been resolved yet. It is stillonly possible to set a procedure and not a function in the Startup Script.

We will try to resolve it asap.
by Marko
Dec 5th, ’25, 18:41
Forum: General Discussion
Topic: Match Case
Replies: 2
Views: 6411

Re: Match Case

Enabling "Adjust to typed case" option in Preferences/Text Expander does this. It works with Non formatted text.