User Tools

Site Tools


manual:Preferences

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
manual:Preferences [2020/09/02 17:07]
JMichaelTX [Clipboard] ADD how to disable Clipboard History
manual:Preferences [2020/10/23 02:11]
peternlewis Ignored Clipboard Flavors
Line 171: Line 171:
 defaults write com.stairways.keyboardmaestro.engine ClipboardFlavorMaximumSize -int 100000000 defaults write com.stairways.keyboardmaestro.engine ClipboardFlavorMaximumSize -int 100000000
 </​code>​ </​code>​
 +
 +**Ignored Clipboard Flavors**
 +
 +You can add additional clipboard flavors to be ignored using:
 +
 +<code bash>
 +defaults write com.stairways.keyboardmaestro.engine ExtraIgnoredClipboardFlavors "​com.whatever.badflavor"​
 +</​code>​
 +
 +The string should be a bar (`|`) separated list of flavors (technically a regular expression). These flavors will be excluded from the clipboard when Keyboard Maestro reads the clipboard.
 +
 +You can also write to `IgnoredClipboardFlavors`,​ which will set the entire list of ignored clipboard flavors, but that is a bad idea since the flavors that are ignored, are ignored for a reason, and overwriting the list will produce negative results.
  
 **Maximum Position of Concealed (Password) Items** (default 10) **Maximum Position of Concealed (Password) Items** (default 10)
manual/Preferences.txt ยท Last modified: 2023/11/07 00:14 by peternlewis