Search found 1718 matches

by Marko
Aug 5th, ’14, 16:51
Forum: Suggestions
Topic: Minor issue in Preferences v2.15
Replies: 1
Views: 1575

Re: Minor issue in Preferences v2.15

Thanks MoonyHart, will be corrected. ;)
by Marko
Aug 4th, ’14, 22:06
Forum: General Discussion
Topic: Auto Complete with Don't delete string?
Replies: 6
Views: 3477

Re: Auto Complete with Don't delete string?

I'll send you a test version for your review.
by Marko
Aug 3rd, ’14, 19:16
Forum: General Discussion
Topic: Auto Complete with Don't delete string?
Replies: 6
Views: 3477

Re: Auto Complete with Don't delete string?

When triggered, Auto Complete first clears typed word with a BackSpace and then sends a complete one. Would skipping the first step help? One way would be to implement a special modifier key which would skip clearing the word. The workaround would be to use Text Expander - you can use multiple subst...
by Marko
Aug 3rd, ’14, 00:19
Forum: General Discussion
Topic: Auto Complete with Don't delete string?
Replies: 6
Views: 3477

Re: Auto Complete with Don't delete string?

Thanks for the suggestion. Just to understand correctly, after typing, for example, "cust" and selecting "customer" auto-complete would result in "custcustomer"?

Possible but maybe exotic for majority of users... ;)
by Marko
Jul 27th, ’14, 11:44
Forum: General Discussion
Topic: Double Tap on Ctrl to activate a program
Replies: 2
Views: 2041

Re: Double Tap on Ctrl to activate a program

Here it is:

Shortcut: Ctrl (you need to double click the shortcut entry field to enter it manually)
Type=Command
Command:

Code: Select all

If (A_PriorHotKey = A_ThisHotKey and A_TimeSincePriorHotkey < 350)
   Run Notepad
Change the run command to your program path.
by Marko
Jul 23rd, ’14, 20:36
Forum: General Discussion
Topic: Double Tap on Ctrl to activate a program
Replies: 2
Views: 2041

Re: Double Tap on Ctrl to activate a program

Yes, of course. I will look into it and post a solution when I'm back to my computer next week. In the meantime you can see the similar solution used for double Escape Close command in the Library.
by Marko
Jul 15th, ’14, 23:30
Forum: General Discussion
Topic: French lang file
Replies: 5
Views: 2912

Re: French lang file

Thanks, I have sent you an email.
by Marko
Jul 15th, ’14, 21:26
Forum: General Discussion
Topic: French lang file
Replies: 5
Views: 2912

Re: French lang file

Thanks Nico, this is very much appreciated, your translation will be included in the next version release. I will contact you directly about other details. ;)
by Marko
Jul 12th, ’14, 17:47
Forum: General Discussion
Topic: Dutch version
Replies: 1
Views: 1774

Re: Dutch version

Ennovy, this is nice to hear, thank you. :)
by Marko
Jul 11th, ’14, 20:17
Forum: Suggestions
Topic: Fastkeys 2.12 randomly disabling scroll wheel & right click
Replies: 19
Views: 10111

Re: Fastkeys 2.12 randomly disabling scroll wheel & right click

Reload shortcut Shift-Alt-R is now enabled in FastKeys 2.15.