Search found 1726 matches

by Marko
Feb 26th, ’14, 21:31
Forum: Suggestions
Topic: Reload
Replies: 11
Views: 9903

Re: Reload

Open the shortcut and in the command field you will find the script. Change the third command line from WinWaitActive,Sound to

Code: Select all

WinWaitActive,Son
I hope this will work and the translation is right. ;)
by Marko
Feb 26th, ’14, 18:54
Forum: Suggestions
Topic: Reload
Replies: 11
Views: 9903

Re: Reload

Are you using a non english Windows version?

In this case you need to change the following line of the command to the name of your sound window:

Code: Select all

WinWaitActive,Sound
by Marko
Feb 26th, ’14, 00:36
Forum: Suggestions
Topic: Reload
Replies: 11
Views: 9903

Re: Reload

Thanks. You can also send me an email with more details about your setup (modules or specific commands used, etc.) and we will try to test it.
by Marko
Feb 25th, ’14, 08:35
Forum: Suggestions
Topic: Reload
Replies: 11
Views: 9903

Re: Reload

Thanks for reporting this.

I don't experience this issue so it would be great if you could let me know under which specific scenario this happens that we could reproduce and fix it. Thanks for your help!
by Marko
Feb 19th, ’14, 18:55
Forum: Suggestions
Topic: Module suggestion - clipboard management
Replies: 9
Views: 5850

Re: Module suggestion - clipboard management

Thanks for a good suggestion. I like the idea very much and will certainly look at it. I don't think of it being a module itself but could certainly be added as additional handy function. For the beginning it could keep a clipboard history and offer a handy menu for selecting the one to paste.
by Marko
Feb 19th, ’14, 14:19
Forum: General Discussion
Topic: mouse gesture question
Replies: 2
Views: 2095

Re: mouse gesture question

Hi Howard, of course. Select a gesture (or any other module), use Type=Command and put the following into the command field: WinActivate, datadrawer The window name is case sensitive so you might have to change it to your actual window name. For more information about this command, you can visit Aut...
by Marko
Feb 18th, ’14, 22:27
Forum: User Commands and Scripts
Topic: Run a program
Replies: 4
Views: 5818

Re: Run a program

You can also put all sends in one line, same example as above:

Code: Select all

Run, MyProgram
Send, {Tab 3}Text{Tab}{1000}{Enter}
{1000} to wait 1 second
by Marko
Feb 12th, ’14, 18:00
Forum: General Discussion
Topic: Clock
Replies: 2
Views: 2126

Re: Clock

sure, just remove the ";" before -caption, so the 6th line of the command would be:

Code: Select all

Gui, +ToolWindow +AlwaysOnTop -sysmenu -caption
The clock will have no border so it will not be possible to move it around. I can post some other alternative clock examples when I have time.
by Marko
Feb 12th, ’14, 00:15
Forum: Announcements
Topic: FastKeys 2.09 Released
Replies: 0
Views: 5017

FastKeys 2.09 Released

What's new in FastKeys 2.09:
February 12, 2014

- Minor update,
- Regular improvements and bug fixes.

Download FastKeys HERE!

Please let us know how you like a new version. Your feedback is highly appreciated.
by Marko
Feb 11th, ’14, 00:01
Forum: Suggestions
Topic: Nested menus
Replies: 1
Views: 3217

Re: Nested menus

This is to prevent too many menu items and consequently longer loading times. Current limitation is about 200 files or folders per menu.