In Clipboard History Switcher, how do I hide Show Information by default?

Hello all,

In the Clipboard History Switcher, how do I hide (turn off) Show Information by default?

It seems to always default to on whenever I invoke the Switcher.

Jim

Yes, sorry, it’s not being saved. You can set the default with:

defaults write com.stairways.keyboardmaestro.engine ClipboardSwitcherInfoDisplayed --bool NO

I’ll fix it so it is properly remembered for the next version.

1 Like

Thanks @peternlewis

FYI, I tried setting the default in the terminal, and it didn’t work:

MBP-1516:~ jim$ defaults write com.stairways.keyboardmaestro.engine ClipboardSwitcherInfoDisplayed --bool NO
2017-10-14 03:39:38.859 defaults[47081:3909309] Unexpected argument NO; leaving defaults unchanged.

Thoughts? Did I miss something?

Sorry, one dash, not two in -bool. Unlike every other unix tool that takes word parameters.

1 Like

That fixed it—thank you @peternlewis !