Pochade Hidden Preferences

Pochade

To enable some of the features, you'll have to use Terminal (found in /Applications/Utilities/).

Do Not Show Loupe Preview

Pochade's loupe shows screen preview. If you do not wish to display it, enter the following line into Terminal and hit return:
defaults write com.fuelcollective.Pochade FCNoLoupePreview -bool YES.

To re-enable this feature, enter
defaults write com.fuelcollective.Pochade FCNoLoupePreview -bool NO

Availability: 2.1.4 and later

Close Window on App Deactivation

Pochade keeps its window open even if you switch to another application. To disable this feature, enter the following line into Terminal and hit return:
defaults write com.fuelcollective.Pochade FCCloseMainWindowOnDeactivateDefaultsKey -bool YES.

To re-enable this feature, enter
defaults write com.fuelcollective.Pochade FCCloseMainWindowOnDeactivateDefaultsKey -bool NO

Availability: 2.0 and later

Disable Mouse Tracking

Pochade tracks your mouse and then the Pochade window is open, holding down the Shift key and moving your mouse around causes it to pick the screen color at the cursor position. This can be undisired by some users and can cause conflicts with other apps tracking your mouse movement. To disable this feature, enter the following line into Terminal and hit return:
defaults write com.fuelcollective.Pochade FCMouseTrackingDisabled -bool YES.

To re-enable this feature, enter
defaults write com.fuelcollective.Pochade FCMouseTrackingDisabled -bool NO

Availability: 1.1 and later