Search found 1730 matches

by Marko
Nov 28th, ’14, 12:02
Forum: Suggestions
Topic: Text Expander issue
Replies: 8
Views: 5049

Re: Text Expander issue

Thanks, will be resolved asap.
by Marko
Nov 25th, ’14, 17:09
Forum: General Discussion
Topic: Calculation Date
Replies: 5
Views: 4891

Re: Calculation Date

Possible, of course. :D

You need to use the Type: Command

Code: Select all

Date:=A_Now
Date+=-20, Days
FormatTime, Date, %Date%, dd/MM/yyyy 
Send, 20 days from now was %Date%.
There are many other possibilities: http://www.autohotkey.com/docs/commands/FormatTime.htm
by Marko
Nov 24th, ’14, 19:13
Forum: Suggestions
Topic: Recent folders in FK Start Menu
Replies: 4
Views: 3841

Re: Recent folders in FK Start Menu

FastKeys opens files with their default application and it does not differentiate between files and folders. It would be possible but a little tricky to implement the option to allow adding extra path in Run commands for opening folders. Typically file managers have the ability to replace Windows Ex...
by Marko
Nov 24th, ’14, 10:29
Forum: Suggestions
Topic: Loading FK settings dialog
Replies: 2
Views: 2284

Re: Loading FK settings dialog

Ha, this is a funny one - FastKeys thinks the settings window is already open. This will be corrected asap.

Thanks Ennovy!
by Marko
Nov 24th, ’14, 10:27
Forum: Announcements
Topic: FastKeys 2.20 Released
Replies: 7
Views: 7285

Re: FastKeys 2.20 Released

Gryzor wrote: PS Hm, something in the update broke something, right after updating I got the "Some Commands were stopped" error... let's dive into it... [EDIT] Hm^2, can't find what the conflict is... In 2.20 the treatment of % characters have been improved so it is no longer neccessary ...
by Marko
Nov 24th, ’14, 08:24
Forum: Announcements
Topic: FastKeys 2.20 Released
Replies: 7
Views: 7285

Re: FastKeys 2.20 Released

Thanks, corrected.
by Marko
Nov 23rd, ’14, 23:54
Forum: General Discussion
Topic: Medical Abbreviations phrase file
Replies: 7
Views: 3415

Re: Medical Abbreviations phrase file

Thanks, please let me know in case of any further questions.
by Marko
Nov 23rd, ’14, 23:24
Forum: General Discussion
Topic: Medical Abbreviations phrase file
Replies: 7
Views: 3415

Re: Medical Abbreviations phrase file

Hi Mohammed,

Double-click on Medical Abbreviations phrase file and then select Edit file to see or edit the strings. If you prefer you can also edit the file in Notepad, it's a txt file.

Marko
by Marko
Nov 23rd, ’14, 22:32
Forum: Suggestions
Topic: Make Clipboard Manager results available in the Start menue?
Replies: 3
Views: 2433

Re: Make Clipboard Manager results available in the Start menue?

Implemented in Version 2.20. Thanks again for a great idea.
by Marko
Nov 23rd, ’14, 22:31
Forum: General Discussion
Topic: Auto learning
Replies: 5
Views: 3255

Re: Auto learning

This functionality was added in Version 2.20. Please let me know in case of any issues.