Turning off Crosshair Coordinates in xScope 2

I like using the xScope 2 crosshairs to better locate my mouse, but I can't find the option to turn off the coordinate display. Can I do that?

Sure! Here's how to do it:

Hiding Crosshair Coordinates

First, quit xScope and open a Terminal window. After you get a command prompt, enter these commands:

defaults write com.artissoftware.mac.xScope coordinates 0
defaults write com.artissoftware.xScope coordinates 0

Then restart xScope and the coordinates on the Crosshairs tool should be gone.

Restoring Crosshair Coordinates

To restore the Crosshair tool's coordinates, quit xScope then use the following commands in a Terminal:

defaults delete com.artissoftware.mac.xScope coordinates
defaults delete com.artissoftware.xScope coordinates