Search found 1719 matches

by Marko
Feb 22nd, ’19, 19:56
Forum: General Discussion
Topic: I really need to set two char suffix to triger textexpansion
Replies: 4
Views: 2311

Re: I really need to set two char suffix to triger textexpansion

You can easily do this in FastKeys. For example: String: email// Type: Send Substitute: My Mail:: mail1@mail.com /My AltMail:: mail2@mail.com /Office Mail:: mail3@mail.com /mail4@mail.com Options: Enable Trigger immediately option. Please learn more about various possibilities in https://fastkeysaut...
by Marko
Feb 19th, ’19, 06:49
Forum: Suggestions
Topic: Allow diagonal strokes
Replies: 1
Views: 2968

Re: Allow diagonal strokes

8 zone recognition can be set in Preferences/Gestures.
by Marko
Feb 17th, ’19, 17:41
Forum: Announcements
Topic: FastKeys 4.17 Released
Replies: 1
Views: 7615

FastKeys 4.17 Released

What's new in FastKeys 4.17: 17th February 2019 Release notes: - Added more detailed popup position settings, - Added Import to Auto Complete, - Added Auto Complete case sensitive option, - Optimized Quick Find window, - Improved error reporting, - Enhanced Enterprise Edition features, - Updated tra...
by Marko
Feb 16th, ’19, 09:19
Forum: Suggestions
Topic: Export and import settings
Replies: 4
Views: 5329

Re: Export and import settings

We have tested possible solutions - there were some issues and therefore we decided not to implement it for the time being.
by Marko
Feb 11th, ’19, 16:13
Forum: Announcements
Topic: FastKeys 4.16 Released
Replies: 5
Views: 11989

Re: FastKeys 4.16 Released

We could not reproduce your volume issue on our computers. Could you please test on another computer?
by Marko
Feb 8th, ’19, 14:50
Forum: General Discussion
Topic: Build script using class controls?
Replies: 1
Views: 1461

Re: Build script using class controls?

You may try ControlClick macro but I'm not sure this will work.
by Marko
Feb 8th, ’19, 14:48
Forum: General Discussion
Topic: built script like iphone keyboard?
Replies: 1
Views: 1294

Re: built script like iphone keyboard?

This works for me:

Shortcut: Space (with "native" option enabled)
Type: Command

Code: Select all

If (A_ThisHotKey = A_PriorHotkey && A_TimeSincePriorHotkey < 350)
	Send {bs 2}. 
by Marko
Feb 8th, ’19, 14:32
Forum: General Discussion
Topic: Using gesture key for shortcut
Replies: 2
Views: 2195

Re: Using gesture key for shortcut

Sorry but currently this is not supported. You could change the gestures key to Ctrl+RButton or similar.
by Marko
Feb 5th, ’19, 22:55
Forum: General Discussion
Topic: Call a FastKey Shortcut from a batch file or command line
Replies: 1
Views: 1331

Re: Call a FastKey Shortcut from a batch file or command line

This is not possible. However, you can run any command(s) automatically when FastKeys starts - create Start Menu item(s) and select "Run on startup" option.