Search found 796 matches

by Tom
Feb 12th, ’20, 09:56
Forum: General Discussion
Topic: Issue for running applications under %A_Appdata%
Replies: 2
Views: 1488

Re: Issue for running applications under %A_Appdata%

The second one works for me.
In the first one you should use %A_UserName%.
by Tom
Feb 12th, ’20, 09:54
Forum: Suggestions
Topic: COM error
Replies: 1
Views: 2772

Re: COM error

Try restarting the computer. Or run FastKeys as administrator.
by Tom
Feb 8th, ’20, 13:36
Forum: General Discussion
Topic: Is it possible to position the mouse cursor where text cursor is?
Replies: 6
Views: 1961

Re: Is it possible to position the mouse cursor where text cursor is?

It should work in majority of windows. However, caret position cannot be recognized in some applications and browsers (Windows limitation).
by Tom
Feb 6th, ’20, 17:33
Forum: General Discussion
Topic: ListBox Macro
Replies: 1
Views: 932

Re: ListBox Macro

Have you accidentally changed the macro name (SELECT_name)? Have you changed the type of the command (should be Send)?
Could you try entering the macro again?
by Tom
Jan 31st, ’20, 20:26
Forum: General Discussion
Topic: Any way to prevent FK from executing other macros?
Replies: 14
Views: 2682

Re: Any way to prevent FK from executing other macros?

It is impossible to say without seeing your settings.
You can send your Settings files to our support mail with the steps to reproduce your issue and we will try to help.
by Tom
Jan 29th, ’20, 13:28
Forum: Suggestions
Topic: Error: Out of memory
Replies: 6
Views: 9861

Re: Error: Out of memory

Can you reproduce it? Exact steps would be great.
by Tom
Jan 29th, ’20, 13:21
Forum: Suggestions
Topic: Autoselect last pasted text in Ms word - causing fastkeys to crash
Replies: 2
Views: 3220

Re: Autoselect last pasted text in Ms word - causing fastkeys to crash

What if you add this at the end of the script?

Code: Select all

oWord:=""
Range:=""
by Tom
Jan 29th, ’20, 05:16
Forum: General Discussion
Topic: Box Opening when the cursor is hitting the top of the screen
Replies: 2
Views: 720

Re: Box Opening when the cursor is hitting the top of the screen

This is a FastKeys Start menu. You can change it's appearance in Preferences/Start menu/Show menu...
by Tom
Jan 10th, ’20, 21:35
Forum: General Discussion
Topic: Possible to show some 'start menu' items only when [#If WinActive] is true?
Replies: 2
Views: 1214

Re: Possible to show some 'start menu' items only when [#If WinActive] is true?

This is currently not possible. However you could make up to four menus for different purposes.
by Tom
Jan 3rd, ’20, 21:09
Forum: General Discussion
Topic: How to get all text at once?
Replies: 2
Views: 1177

Re: How to get all text at once?

Check Preferences/Text Expander/Advanced - I suggest you reset them to defaults and see if it helps.