Search found 484 matches
- Apr 12th, ’21, 20:27
- Forum: Suggestions
- Topic: Scroll page
- Replies: 6
- Views: 88
Re: Scroll page
We use the latest Win10.
- Apr 10th, ’21, 18:43
- Forum: General Discussion
- Topic: How to automate attaching files on WhatsAppWeb
- Replies: 1
- Views: 38
Re: How to automate attaching files on WhatsAppWeb
Thanks for your kind words.
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.

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.
- Apr 4th, ’21, 20:00
- Forum: Suggestions
- Topic: Scroll page
- Replies: 6
- Views: 88
Re: Scroll page
Can you post the command example?
- Apr 4th, ’21, 11:41
- Forum: User Commands and Scripts
- Topic: Moving the Mouse - Three Monitors
- Replies: 1
- Views: 26
Re: Moving the Mouse - Three Monitors
MouseMove command has issues in certain multi-monitor configurations. Try changing it with
The first number is the X-coordinate and the second is the Y-coordinate.
Code: Select all
DllCall("SetCursorPos", int, -1093, int, 178)
- Apr 4th, ’21, 11:19
- Forum: Suggestions
- Topic: Business days
- Replies: 6
- Views: 90
Re: Business days
Double-click on a macro field and edit it.
- Apr 4th, ’21, 11:19
- Forum: Suggestions
- Topic: Error: Out of memory
- Replies: 5
- Views: 834
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?
Do you copy a very large content?
- Apr 2nd, ’21, 21:26
- Forum: General Discussion
- Topic: 4-> 5 upgrade discount
- Replies: 1
- Views: 57
Re: 4-> 5 upgrade discount
Please see the details here:
https://www.fastkeysautomation.com/version5.html
https://www.fastkeysautomation.com/version5.html
- Mar 30th, ’21, 15:28
- Forum: Suggestions
- Topic: Stacked Hotkeys
- Replies: 2
- Views: 36
Re: Stacked Hotkeys
This is currently not possible. If needed, you could simply run the AutoHotkey script (Type: Run)...
- Mar 27th, ’21, 20:24
- Forum: Suggestions
- Topic: Business days
- Replies: 6
- Views: 90
Re: Business days
Open your macro to set the actual setting and save it again. It should work.
- Mar 27th, ’21, 20:20
- Forum: Suggestions
- Topic: rich text not pasting into desktop OneNote
- Replies: 1
- Views: 17
Re: rich text not pasting into desktop OneNote
There are several different Rich Text implementations in different applications and they may not be compatible. We recommend to use non-formatted text for regular text expansion.