Search found 1730 matches

by Marko
May 8th, ’14, 23:29
Forum: General Discussion
Topic: Specific application
Replies: 4
Views: 2988

Re: Specific application

To open files with non-default application just put the FreeCommander.exe path in front of your document path, like in the following example (Type=Run): C:\Program Files (x86)\Google\Chrome\Application\chrome.exe C:/Users/file.txt You can use Open button to select both the application and file paths.
by Marko
Apr 27th, ’14, 12:38
Forum: General Discussion
Topic: Gesture module feedback
Replies: 6
Views: 3837

Re: Gesture module feedback

Thanks Tpr, it looks you really are a power user so for the time being you may stick with StrokeIt, great application. You made a great image, it looks like you already did some programming by yourself :-) All great ideas, we will just need time to think how this fits with a general concept of FastK...
by Marko
Apr 25th, ’14, 20:43
Forum: General Discussion
Topic: Gesture module feedback
Replies: 6
Views: 3837

Re: Gesture module feedback

Thanks Tpr for your feedback, very much appreciated. Here are my initial thoughts: 01 A bug, will be corrected in the next release. 02 If I understand properly you would like to have one global gesture and the same one which would only work in Commander. The global one should be disabled in Commande...
by Marko
Apr 24th, ’14, 08:36
Forum: Suggestions
Topic: Module suggestion - clipboard management
Replies: 9
Views: 5853

Re: Module suggestion - clipboard management

yes, enable the option General/Appearance/Show shortcut numbers.

The popups should appear at the mouse cursor except in some browsers (IE, Chrome...).
by Marko
Apr 24th, ’14, 00:07
Forum: Suggestions
Topic: Auto Index Programs and Folders
Replies: 1
Views: 1704

Re: Auto Index Programs and Folders

Currently you could use Auto Complete module to work like this type of launcher but you have to define your favourite files or folders manually.

In the future we might think about adding an option which would automatize the process. Thanks for the suggestion.
by Marko
Apr 23rd, ’14, 22:13
Forum: General Discussion
Topic: Making a key press 2 keys in game
Replies: 8
Views: 4617

Re: Making a key press 2 keys in game

Can you check if it works for example in Notepad?

Could you give me the link to this game that I can try myself?
by Marko
Apr 23rd, ’14, 22:10
Forum: Suggestions
Topic: Bug in version 2.12
Replies: 1
Views: 1934

Re: Bug in version 2.12

Thanks for reporting, this is now corrected, just download and reinstall.

How could this happen... :o
by Marko
Apr 23rd, ’14, 20:48
Forum: Suggestions
Topic: Module suggestion - clipboard management
Replies: 9
Views: 5853

Re: Module suggestion - clipboard management

New Clipboard management functions have been added in version 2.12: - more history items (max 30), - modifier key for pasting without formatting (Ctrl), - clipboard items can be added to Auto Complete list, - application/window limitations, - triggering the item by pressing number keys (1-9), - popu...
by Marko
Apr 23rd, ’14, 20:28
Forum: Announcements
Topic: FastKeys 2.12 Released
Replies: 0
Views: 5092

FastKeys 2.12 Released

What's new in FastKeys 2.12: April 23, 2014 Please check new Clipboard Manager and Appearance user preferences. - Expanded Clipboard Manager preferences, - Number key shortcuts for selecting popup items, - Command size limitation removed, - New Phrase and Wordlist file menus, - General improvements ...
by Marko
Apr 23rd, ’14, 08:08
Forum: General Discussion
Topic: Making a key press 2 keys in game
Replies: 8
Views: 4617

Re: Making a key press 2 keys in game

you mean like this?

Code: Select all

SendInput xc
Sleep 200
SendInput zx
Sleep 200
SendInput v
Have you tried SendPlay?