Search found 1730 matches

by Marko
Sep 21st, ’17, 21:27
Forum: General Discussion
Topic: New to FastKeys... having some trouble.
Replies: 8
Views: 5247

Re: New to FastKeys... having some trouble.

FastKeys attempts to run links from Windows Recent folder. Which Windows version do you use?
by Marko
Sep 21st, ’17, 21:21
Forum: General Discussion
Topic: Only Active In...
Replies: 5
Views: 3318

Re: Only Active In...

You can specify a comma delimited list of full or partial window (application) title or window class.
by Marko
Sep 21st, ’17, 21:21
Forum: General Discussion
Topic: Curly Brackets {} not working in a 'send'.
Replies: 3
Views: 2710

Re: Curly Brackets {} not working in a 'send'.

{{} {}} The following characters have a special meaning in FastKeys: ^ - Ctrl key, ! - Alt key, + - Shift key, # - Win key. This allows sending not only text but also other actions. To send those characters you need to enclose them in braces, like {^}, {!}, {+}, {#} or select Send Raw Text option. ...
by Marko
Sep 21st, ’17, 21:13
Forum: General Discussion
Topic: /* */{Left 3} return //* */
Replies: 1
Views: 1408

Re: /* */{Left 3} return //* */

It works for me (no extra slash). What is your expected result?
by Marko
Sep 21st, ’17, 21:12
Forum: General Discussion
Topic: Only Active In...
Replies: 5
Views: 3318

Re: Only Active In...

Specify a window name or a window class. You can find this information using Tools/Window information tool.
by Marko
Sep 21st, ’17, 21:12
Forum: General Discussion
Topic: How to Integrate Commands w/ Scripts
Replies: 2
Views: 1980

Re: How to Integrate Commands w/ Scripts

You need to use Type: Command

Code: Select all

Date:=A_Now
Date+=+20, Days
FormatTime, Date, %Date%, dd/MM/yyyy 
Send, 20 days from now will be %Date%.
by Marko
Sep 21st, ’17, 21:05
Forum: General Discussion
Topic: Excel 2016 conflict with Clipboard Manager (ctrl alt v)
Replies: 4
Views: 3778

Re: Excel 2016 conflict with Clipboard Manager (ctrl alt v)

Thanks Victor, I tried and have no problems in Excel 2012 - changed shortcut to something else and Ctrl-Alt-V opens Paste Special dialog as expected.
by Marko
Sep 21st, ’17, 21:03
Forum: General Discussion
Topic: Excel 2016 conflict with Clipboard Manager (ctrl alt v)
Replies: 4
Views: 3778

Re: Excel 2016 conflict with Clipboard Manager (ctrl alt v)

Changing Clipboard Manager shortcut should work. You can also try disabling Clipboard Manager by deleting a shortcut or setting Clipboard history size to 0. Please let me know if this helps.
by Marko
Sep 21st, ’17, 17:52
Forum: Announcements
Topic: FastKeys 4.03 Released
Replies: 0
Views: 6136

FastKeys 4.03 Released

What's new in FastKeys 4.03:
September 23, 2017

Release notes:
- New website and forum support,
- System settings updated,
- General improvements and bug fixes.

Download FastKeys HERE!
by Marko
Sep 12th, ’17, 09:38
Forum: General Discussion
Topic: Is there a command to trigger apps tools based on their icon/image?
Replies: 1
Views: 1501

Re: Is there a command to trigger apps tools based on their icon/image?

In my Snagit version (13), the tools can be selected with a shortcut, for example Ctrl-5 for Fill. In general, if a shortcut or Control Class is not available for particular control, you could use a click command to click a mouse button at the specified window coordinates. Get coordinates of the ico...