Search found 796 matches

by Tom
Nov 20th, ’23, 17:38
Forum: Suggestions
Topic: feature request for autocomplete
Replies: 1
Views: 2048

Re: feature request for autocomplete

Thanks, will be considered for possible future development.
by Tom
Nov 16th, ’23, 22:16
Forum: User Commands and Scripts
Topic: Convert AHK script to Fastkeys
Replies: 1
Views: 674

Re: Convert AHK script to Fastkeys

Create a new shortcut in Shortcuts module, Ctrl + Alt + Z, set Type: Command, and paste the remaining script (starting from a first Sleep line) to the command field.
by Tom
Nov 15th, ’23, 20:44
Forum: General Discussion
Topic: Text expander window restriction
Replies: 4
Views: 1092

Re: Text expander window restriction

For example I tried this and it works for me:

Code: Select all

ahk_class Notepad,ahk_class MozillaWindowClass
Currently it is not possible to set exclusions for specific items, we may add such a feature in the future.
by Tom
Nov 15th, ’23, 20:40
Forum: General Discussion
Topic: autocomplete problem!
Replies: 1
Views: 986

Re: autocomplete problem!

Sorry, I couldn't reproduce your issue, does this happen in any application?
Please contact us at our support mail for further help.
by Tom
Nov 13th, ’23, 22:49
Forum: Suggestions
Topic: feature request: application specific wordlist files
Replies: 2
Views: 723

Re: feature request: application specific wordlist files

Thanks for the suggestion, we’ll see if this could be implemented in one of the future releases.
by Tom
Nov 13th, ’23, 22:46
Forum: General Discussion
Topic: Text expander window restriction
Replies: 4
Views: 1092

Re: Text expander window restriction

You can use a class name or window name - find them by using Window Information tool. Ahk_exe is currently not supported.

You can also set global rules in Preferences/Text Expander.
by Tom
Nov 13th, ’23, 22:44
Forum: General Discussion
Topic: Can't open Fastkeys after making backup
Replies: 6
Views: 3812

Re: Can't open Fastkeys after making backup

You can press F8 to open FastKeys main window. Alternatively right click FastKeys Tray icon (small icon on the right bottom) and select Exit.

More information:
https://fastkeysautomation.com/document ... arted.html
by Tom
Oct 24th, ’23, 22:13
Forum: Suggestions
Topic: Translate Function Request
Replies: 2
Views: 1117

Re: Translate Function Request

Thanks for the suggestion, we’ll see if this could be implemented in the future.
by Tom
Oct 22nd, ’23, 07:05
Forum: General Discussion
Topic: How to use one pop up box?
Replies: 4
Views: 1628

Re: How to use one pop up box?

This is because you use Insert Another Command macro, use Selection Form instead.

Insert Another Command macro embeds another separate phrase which is triggered separately.
by Tom
Oct 20th, ’23, 21:14
Forum: General Discussion
Topic: How to use one pop up box?
Replies: 4
Views: 1628

Re: How to use one pop up box?

Not sure what you mean. All macro fields in the phrase (text entries and selections) will show up on a single popup form.
Could you give me an example where you get multiple prompts?