Turn Off Clipboard Monitoring
Most users won't need to use these advanced features.
You can issue a shell command in Terminal or a script to tell Batch Clipboard to stop monitoring the clipboard and ignore anything copied for as long as you need:
defaults write lol.bananameter.batchclip ignoreEvents true
Enable monitoring again with:
defaults write lol.bananameter.batchclip ignoreEvents false
This is useful if you have some workflow for copying sensitive data.
You can set ignoreEvents
to true, copy the data and set ignoreEvents
back to false. While Batch Clipboard is ignoring the clipboard the menu bar icon
will appear disabled.
These details are also noted in the Advanced panel of the Settings window, see Advanced Panel.
You can do the same by clicking the Batch Clipboard menu icon with SHIFT (⇧) + CONTROL (^) + OPTION (⌥) pressed. Do this once to start ignoring the clipboard, and again to resume monitoring it.
Also, using Start Collecting or Copy & Collect or the keyboard shortcut CONTROL (^) + COMMAND (⌘) + C will also re-enable clipboard monitoring, because Batch Clipboard needs to monitor in order to collect copied items.
You can also click the menu icon with CONTROL (^) + OPTION (⌥) pressed to ignore only the next copy. After the next copy, normal clipboard monitoring will automatically resume and the menu bar icon will be restored to normal.