Search found 791 matches

by Tom
Dec 21st, ’23, 23:15
Forum: General Discussion
Topic: How to disable auto complete in some applications
Replies: 1
Views: 2147

Re: How to disable auto complete in some applications

Currently it is not possible the set the context window or "not active in" setting for Auto Complete module.

Also, the "Not active in" list may only contain full or partial window (application) names or class names.
by Tom
Dec 17th, ’23, 22:20
Forum: General Discussion
Topic: difference between using the position mode
Replies: 2
Views: 1247

Re: difference between using the position mode

(x, y) - window position is relative to the active window instead of the whole screen.

No shortcut is currently available for Windows Information tool.
by Tom
Dec 17th, ’23, 22:16
Forum: General Discussion
Topic: Text expander strange behaviour if multiple lines text contains {
Replies: 3
Views: 1661

Re: Text expander strange behaviour if multiple lines text contains {

Unfortunately this is not available in Auto Complete, we'll see if this could be improved in one of the future updates.
by Tom
Dec 17th, ’23, 22:16
Forum: General Discussion
Topic: String Still appears
Replies: 4
Views: 1428

Re: String Still appears

` is an escape character in FastKeys. Try ``a instead.
by Tom
Dec 12th, ’23, 20:01
Forum: General Discussion
Topic: String Still appears
Replies: 4
Views: 1428

Re: String Still appears

I recommend you first set ALL Preferences to defaults and try again. If you will continue to experience the issues, please contact us at our support mail.
by Tom
Nov 20th, ’23, 17:38
Forum: Suggestions
Topic: feature request for autocomplete
Replies: 1
Views: 2046

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: 662

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: 719

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.