Cannot figure out a Keyboard Maestro macro that inserts text by typing into fields that don't allow a paste, such as a bank acct routing number or account number.
Seems like it should be very simple:
Get the text that's currently on the clipboard
Insert that text by typing into the routing-number field
So if I name the macro "kmpaste", any time I type that trigger it will type the contents of the clipboard text into the field.
Appreciate any help/ideas. Thanks, Tim
tiffle
April 14, 2022, 12:33pm
2
This is probably something to do with the secure input problem. Have a look in the KM wiki here: assistance:Secure Input Problem [Keyboard Maestro Wiki]
1 Like
Have you tried a Hot Key trigger?
1 Like
Hey Tim,
Once computer security systems get involved simple goes out the window...
@tiffle is most likely correct, and @evanfuchs ' hotkey-trigger suggestion will very likely work.
Other triggering options are:
Palette
Conflict Palette
Prompt with List
But typed-string-triggers are usually locked-out in this sort of situation.
-Chris
1 Like
evanfuchs:
Hot Key trigger
Hot Key trigger worked, thanks very much evanfuchs. Tim
2 Likes
_jims
April 15, 2022, 10:52am
6
Hi @CXXKY2Ut . If you encounter a situation where none of the Keyboard triggers are recognized, I suggest you try this:
MACRO DEMONSTRATION
The following animated gif demonstrates one possible use of this macro: a password confirmation field that blocks the paste of a new password (Grrr...).
[ITIRF-3]
Refer to the MACRO USE section for more information.
MAIN DIALOG
When the macro is triggered, the following dialog appears. At first glance it may seem complex, but often the default values can be confirmed and used. If settings are changed, they are preserved for subsequent use.
[2025-05-02 00.24.12@2x]
PUR…