Search found 1726 matches

by Marko
May 21st, ’18, 21:18
Forum: General Discussion
Topic: How to Make it work with number pad
Replies: 9
Views: 4214

Re: How to Make it work with number pad

Thanks, we will resolve this issues asap. Could you reproduce the steps which triggers the second issue?
by Marko
May 17th, ’18, 19:46
Forum: General Discussion
Topic: How to Make it work with number pad
Replies: 9
Views: 4214

Re: How to Make it work with number pad

i'm not sure if I understand what you mean. You can remove Space as a Text Expander ending character in Preferences/Text Expander.
by Marko
May 16th, ’18, 18:48
Forum: General Discussion
Topic: Quick-Add Expansion
Replies: 2
Views: 1710

Re: Quick-Add Expansion

No, sorry, there is no such option.
by Marko
May 14th, ’18, 18:51
Forum: General Discussion
Topic: How to Make it work with number pad
Replies: 9
Views: 4214

Re: How to Make it work with number pad

There are different popups:
- Text Expander multiple substitutes (example ",cl")
- Auto Complete / "Display as you type..." suggestions. Preferences/Text Expander.
by Marko
May 13th, ’18, 16:52
Forum: General Discussion
Topic: How to Make it work with number pad
Replies: 9
Views: 4214

Re: How to Make it work with number pad

You can enable Numpad in Preferences/General/Appearance. ;)
by Marko
May 12th, ’18, 07:51
Forum: General Discussion
Topic: Text Expander and TameDOS
Replies: 11
Views: 5728

Re: Text Expander and TameDOS

Have you tried
ahk_class TameConsoleClass
:?:
by Marko
May 11th, ’18, 22:18
Forum: Suggestions
Topic: Ignore accents on search
Replies: 9
Views: 6649

Re: Ignore accents on search

I see, thanks for the testing. We will try adding other special characters into the rule.
by Marko
May 11th, ’18, 22:13
Forum: General Discussion
Topic: Shortcut to move mouse to the center screen of a left monitor or a right monitor
Replies: 1
Views: 1372

Re: Shortcut to move mouse to the center screen of a left monitor or a right monitor

You can use MouseMove command to move the mouse to a new position (X, Y).
Type: Command

Code: Select all

MouseMove, 200, 100
More information: https://autohotkey.com/docs/commands/MouseMove.htm
by Marko
May 11th, ’18, 22:09
Forum: General Discussion
Topic: VMware Remote Console
Replies: 1
Views: 1409

Re: VMware Remote Console

Remote desktops may use their own settings which might block FastKeys (and similar software). Possible solutions: - restart FastKeys after starting VRC, - try if FastKeys phrases are blocked in both, windowed and full-screen VRC, - check the Remote Desktop settings for settings like "Apply Wind...
by Marko
May 11th, ’18, 14:43
Forum: General Discussion
Topic: Text Expander and TameDOS
Replies: 11
Views: 5728

Re: Text Expander and TameDOS

Thanks, you discovered a bug. This happens when Window Information tool is opened twice - we will resolve it asap. :oops:

Just close the first instance of Window Information tool and try again.