Search found 1718 matches

by Marko
Aug 8th, ’15, 21:56
Forum: General Discussion
Topic: Bad issue with track pad
Replies: 2
Views: 2088

Re: Bad issue with track pad

There must be a conflict between a trackpad driver and FastKeys gestures (Right mouse click is a default gesture key). Could you change the Gesture key to something else or disable Gesture module to see if this helps?
by Marko
Aug 7th, ’15, 00:17
Forum: Suggestions
Topic: Program launcher
Replies: 4
Views: 3552

Re: Program launcher

Thanks for your suggestion, I could think of adding something similar. However, as such great script already exists, wouldn't it be better to just run it from FastKeys? You can make it run at startup.
by Marko
Aug 5th, ’15, 13:45
Forum: General Discussion
Topic: Text Expander stopped working
Replies: 4
Views: 2642

Re: Text Expander stopped working

It could be caused by some other software interfering with the keyboard hook used by FastKeys. Please let me know if this would continue. Reinstalling FastKeys should never be needed.
by Marko
Aug 5th, ’15, 13:44
Forum: General Discussion
Topic: FK licnece question
Replies: 1
Views: 1618

Re: FK licnece question

In principle the license is to use one copy of the software on any one system for as many licenses as you purchase.

Please send me a mail to discuss the details.
by Marko
Aug 5th, ’15, 12:23
Forum: General Discussion
Topic: Text Expander stopped working
Replies: 4
Views: 2642

Re: Text Expander stopped working

Have you updated to a new version? Could you just restart FastKeys?
by Marko
Aug 2nd, ’15, 00:15
Forum: General Discussion
Topic: Replacing specific username in the path to run app
Replies: 4
Views: 2922

Re: Replacing specific username in the path to run app

How about this?

Code: Select all

Run, %A_AppData%\..\Local\Spotify\Spotify.exe
by Marko
Jul 29th, ’15, 23:22
Forum: General Discussion
Topic: How to batch edit paths of programs listed in start menu?
Replies: 1
Views: 1725

Re: How to batch edit paths of programs listed in start menu?

You can edit your fdb file with a text editor. Please backup your data first.
by Marko
Jul 29th, ’15, 21:55
Forum: General Discussion
Topic: Replacing specific username in the path to run app
Replies: 4
Views: 2922

Re: Replacing specific username in the path to run app

Try this (Type=Command)

Code: Select all

Run, %A_AppData%\Spotify\Spotify.exe
by Marko
Jul 29th, ’15, 00:26
Forum: General Discussion
Topic: Inserting text header together separator --------
Replies: 1
Views: 1660

Re: Inserting text header together separator --------

Hi Carlos, you can insert a dummy submenu items with any caption, just select Open type and put anything into the command field (dot for example).
by Marko
Jul 25th, ’15, 13:02
Forum: User Commands and Scripts
Topic: Disable window movement
Replies: 4
Views: 5717

Re: Disable window movement

Hi Gustms,

This is a good method if you need a frozen window marked with # character. You could make it even simpler by just toggling a dedicated variable on/off - see an example in the first few lines of Show/Hide Clock command.