Search found 1728 matches

by Marko
Apr 19th, ’24, 20:35
Forum: General Discussion
Topic: Closing of a specific AHK script (can get it to work in AHK 1.1.37.01)
Replies: 2
Views: 26

Re: Closing of a specific AHK script (can get it to work in AHK 1.1.37.01)

Use WinClose by specifying the window title instead:

Code: Select all

WinClose, testfly.ahk
by Marko
Apr 19th, ’24, 20:19
Forum: General Discussion
Topic: Auto complete enabled automatically upon saving
Replies: 1
Views: 19

Re: Auto complete enabled automatically upon saving

Mine stays disabled after editing. Can you please list exact steps?
by Marko
Apr 15th, ’24, 21:21
Forum: General Discussion
Topic: Show description when running gestures
Replies: 3
Views: 134

Re: Show description when running gestures

Currently there is no such feature. Thanks for the ideas, we may consider it for a future developement.
by Marko
Apr 12th, ’24, 11:12
Forum: General Discussion
Topic: Show description when running gestures
Replies: 3
Views: 134

Re: Show description when running gestures

Sorry, what do you mean?
by Marko
Apr 6th, ’24, 14:23
Forum: General Discussion
Topic: Can I import my text expansions from Activewords?
Replies: 5
Views: 158

Re: Can I import my text expansions from Activewords?

FastKeys can import comma, semicolon or tab delimited text files or Excel files.
by Marko
Apr 5th, ’24, 19:59
Forum: General Discussion
Topic: Rbutton for gestures causes errors and crashes
Replies: 2
Views: 55

Re: Rbutton for gestures causes errors and crashes

It is probably not related to the version. Can you please contact us at support email, it would be great to send the screenshots of your gesture command setting. Thanks.
by Marko
Apr 2nd, ’24, 21:03
Forum: General Discussion
Topic: Can I import my text expansions from Activewords?
Replies: 5
Views: 158

Re: Can I import my text expansions from Activewords?

Does the software offer an export function to text file or Excel?
by Marko
Apr 1st, ’24, 16:30
Forum: General Discussion
Topic: Can I import my text expansions from Activewords?
Replies: 5
Views: 158

Re: Can I import my text expansions from Activewords?

We currently don't have a direct routine for that. However if you could export settings to a delimited text or Excel file then you could import it by using File/Import.
by Marko
Mar 30th, ’24, 19:26
Forum: General Discussion
Topic: Who is that guy in the videos?
Replies: 0
Views: 105

Who is that guy in the videos?

For developing video tutorials, we have joined forces with Milo Shapiro, FastKeys expert and a public speaking coach. Please check his recent video: Coaching Testimonials Video: Public speaking skills coach / trainer Milo Shapiro: Speak Like a Pro! [/color] You can also check out his work here: Publ...
by Marko
Mar 28th, ’24, 16:35
Forum: General Discussion
Topic: Autocomplete Switchoff/on
Replies: 1
Views: 71

Re: Autocomplete Switchoff/on

1. Auto Complete can only distinguish between whole windows and not between URLs. 2. When "Display suggestions as you type" option is enabled, Text Expander string suggestions will appear according to Auto Complete settings. Regular Text Expander functionality will still work as usual, you...