Keyboard Maestro - Stop Recording Clipboard Issue

Hey,

I am sorry if this topic has been covered before, but I could not find an answer to this. I noticed that keyboard maestro records clipboard snippets. I use Alfred for that since it allows me to remove apps (such as password managers) from the list so I am not keeping a record of my passwords.

Can anyone tell me how to stop Keyboard Maestro from recording clipboard items.

In Keyboard Maestro’s “General” preferences, check the box nexts to “Detect and Conceal Possible Passwords:

See here for a further discussion about this issue:

Hey, thanks for answering. I do know about this feature and if nothing else is possible, I will have to make use of it. But I would rather have KM stop recording my clipboard. There’s no point of having two apps record your clipboard (especially when I am never going to use it).

What if you set this hidden clipboard preference to ZERO?

Here it is shown setting the maximum number of items to 200. Might try setting it to 0 and see if that works

defaults write com.stairways.keyboardmaestro.engine MaxClipboardHistory -int 200

I will try it and see if it works.