Search found 756 matches
- Nov 20th, ’23, 17:38
- Forum: Suggestions
- Topic: feature request for autocomplete
- Replies: 1
- Views: 76
Re: feature request for autocomplete
Thanks, will be considered for possible future development.
- Nov 16th, ’23, 22:16
- Forum: User Commands and Scripts
- Topic: Convert AHK script to Fastkeys
- Replies: 1
- Views: 81
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.
- Nov 15th, ’23, 20:44
- Forum: General Discussion
- Topic: Text expander window restriction
- Replies: 4
- Views: 116
Re: Text expander window restriction
For example I tried this and it works for me:
Currently it is not possible to set exclusions for specific items, we may add such a feature in the future.
Code: Select all
ahk_class Notepad,ahk_class MozillaWindowClass
- Nov 15th, ’23, 20:40
- Forum: General Discussion
- Topic: autocomplete problem!
- Replies: 1
- Views: 66
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.
Please contact us at our support mail for further help.
- Nov 13th, ’23, 22:49
- Forum: Suggestions
- Topic: feature request: application specific wordlist files
- Replies: 2
- Views: 80
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.
- Nov 13th, ’23, 22:46
- Forum: General Discussion
- Topic: Text expander window restriction
- Replies: 4
- Views: 116
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.
You can also set global rules in Preferences/Text Expander.
- Nov 13th, ’23, 22:44
- Forum: General Discussion
- Topic: Can't open Fastkeys after making backup
- Replies: 6
- Views: 2922
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
More information:
https://fastkeysautomation.com/document ... arted.html
- Oct 24th, ’23, 22:13
- Forum: Suggestions
- Topic: Translate Function Request
- Replies: 2
- Views: 631
Re: Translate Function Request
Thanks for the suggestion, we’ll see if this could be implemented in the future.
- Oct 22nd, ’23, 07:05
- Forum: General Discussion
- Topic: How to use one pop up box?
- Replies: 4
- Views: 819
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.
Insert Another Command macro embeds another separate phrase which is triggered separately.
- Oct 20th, ’23, 21:14
- Forum: General Discussion
- Topic: How to use one pop up box?
- Replies: 4
- Views: 819
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?
Could you give me an example where you get multiple prompts?