Using the SDK's Examples\MapExploration\GetMapCoordinates.cs, how could OnToolMouseDown(...) be modified to avoid HandleMouseDownAsync(...) if the C key is depressed?
My idea is that the user should be able to pan with the left mouse button.
The answer may involve something like System.Windows.Input.AccessKeyPressedEventArgs.