Search found 796 matches

by Tom
Apr 23rd, ’21, 17:29
Forum: Suggestions
Topic: Scroll page
Replies: 8
Views: 10803

Re: Scroll page

we tested on the lasted Win10 and it worked on our computers.
by Tom
Apr 23rd, ’21, 17:28
Forum: General Discussion
Topic: Using Text Expander content with MS Teams chat messages
Replies: 2
Views: 2500

Re: Using Text Expander content with MS Teams chat messages

I tried in MS Teams, Desktop app and it worked in chat. What exactly you struggle with?
If you get some unexpected characters then you may need to introduce a small Key Delay in Preferences/Text Expander/Advanced.
by Tom
Apr 12th, ’21, 20:27
Forum: Suggestions
Topic: Scroll page
Replies: 8
Views: 10803

Re: Scroll page

We use the latest Win10.
by Tom
Apr 10th, ’21, 18:43
Forum: General Discussion
Topic: How to automate attaching files on WhatsAppWeb
Replies: 1
Views: 2143

Re: How to automate attaching files on WhatsAppWeb

Thanks for your kind words. :D

File contents macro does not insert a file. It reads and inserts the file content - the supported formats are non formatted text, html, rtf and image files.
by Tom
Apr 4th, ’21, 20:00
Forum: Suggestions
Topic: Scroll page
Replies: 8
Views: 10803

Re: Scroll page

Can you post the command example?
by Tom
Apr 4th, ’21, 11:41
Forum: User Commands and Scripts
Topic: Moving the Mouse - Three Monitors
Replies: 1
Views: 5357

Re: Moving the Mouse - Three Monitors

MouseMove command has issues in certain multi-monitor configurations. Try changing it with

Code: Select all

DllCall("SetCursorPos", int, -1093, int, 178)
The first number is the X-coordinate and the second is the Y-coordinate.
by Tom
Apr 4th, ’21, 11:19
Forum: Suggestions
Topic: Business days
Replies: 6
Views: 9061

Re: Business days

Double-click on a macro field and edit it.
by Tom
Apr 4th, ’21, 11:19
Forum: Suggestions
Topic: Error: Out of memory
Replies: 6
Views: 9856

Re: Error: Out of memory

Strange. Do you use another similar software or a clipboard manager? Can you try resetting the Clipboard Manager preferences to see if this helps?
Do you copy a very large content?
by Tom
Apr 2nd, ’21, 21:26
Forum: General Discussion
Topic: 4-> 5 upgrade discount
Replies: 1
Views: 2180

Re: 4-> 5 upgrade discount

by Tom
Mar 30th, ’21, 15:28
Forum: Suggestions
Topic: Stacked Hotkeys
Replies: 3
Views: 7078

Re: Stacked Hotkeys

This is currently not possible. If needed, you could simply run the AutoHotkey script (Type: Run)...