Search found 1718 matches

by Marko
Oct 26th, ’15, 14:41
Forum: General Discussion
Topic: #MaxMem - Memory Limit Reached
Replies: 2
Views: 2061

Re: #MaxMem - Memory Limit Reached

thanks for your message, this issue was already solved and will be ready in the next version release in few days.
by Marko
Oct 24th, ’15, 22:11
Forum: Suggestions
Topic: Auto Completion Bug - Only Active in
Replies: 10
Views: 5813

Re: Auto Completion Bug - Only Active in

Ok, I see now. It only happens if you switch before the Auto Complete popup appears as it tries to continue the word.
by Marko
Oct 22nd, ’15, 17:42
Forum: Suggestions
Topic: Random and if/else script?
Replies: 5
Views: 3440

Re: Random and if/else script?

Should be next week, it's in the final testing phase. By the way, random selection will be included too. :D
by Marko
Oct 20th, ’15, 12:00
Forum: Suggestions
Topic: Auto Completion Bug - Only Active in
Replies: 10
Views: 5813

Re: Auto Completion Bug - Only Active in

I cannot reproduce your issue. How do you switch between applications - could you give more detailed description of the case?
by Marko
Oct 20th, ’15, 00:26
Forum: Suggestions
Topic: Random and if/else script?
Replies: 5
Views: 3440

Re: Random and if/else script?

Thanks for your great suggestions. FastKeys is actively developed and we are slowly adding new automation macros - in the next version we plan to release a whole bunch of Input selection forms so stay tuned! :D And you are right, if nothing else works, FastKeys accepts AutoHotkey scripts which can d...
by Marko
Oct 20th, ’15, 00:18
Forum: Suggestions
Topic: Auto Completion Bug - Only Active in
Replies: 10
Views: 5813

Re: Auto Completion Bug - Only Active in

Thanks for your suggestions. We need to check and see what might be the reason for this behavior.
by Marko
Oct 20th, ’15, 00:15
Forum: Suggestions
Topic: Update to latest AHK version
Replies: 2
Views: 2404

Re: Update to latest AHK version

You are correct about the current version. The upgrade is foreseen but as you say it's not a trivial job and it may take some time. :D
by Marko
Oct 9th, ’15, 10:32
Forum: General Discussion
Topic: Username with Text Expander?
Replies: 5
Views: 3173

Re: Username with Text Expander?

pwncpa wrote: I would like to have all users accessing the same definition file, so that if I make changes to the file, it propagates to all users. So, we have to use a system variable to pull in the initials. A_UserName will retrieve a logon name of the user who started FastKeys even if definitio...
by Marko
Sep 30th, ’15, 23:52
Forum: General Discussion
Topic: compatibility with windows 10
Replies: 1
Views: 1727

Re: compatibility with windows 10

Yes, of course.
by Marko
Sep 26th, ’15, 23:20
Forum: General Discussion
Topic: Username with Text Expander?
Replies: 5
Views: 3173

Re: Username with Text Expander?

A_UserName is a system variable - Windows user logon name. You can find more system variables in a Library or by pressing More button - Macros/System Variables... For initials you can make a simple command (Type=Command): StringSplit, str, A_UserName, %A_Space% Send % Substr(str1,1,1) Substr(str2,1,...