Disabling the Gun in Crosshairs
There is an Easter egg in the Crosshairs tool that fires a gun while holding down the Command-Option-Control keys. This can get in the way of other system-wide hot keys. To disable the bullet holes, quit xScope and in Terminal use the following commands:
defaults write com.artissoftware.mac.xScope generalAmmo 0
defaults write com.artissoftware.xScope generalAmmo 0
Then restart xScope and the key combination will be ignored. To re-enable the Easter egg, change the "0" in the commands to "1".