Index: Rendering/vtkCocoaGLView.mm
===================================================================
RCS file: /cvsroot/VTK/VTK/Rendering/vtkCocoaGLView.mm,v
retrieving revision 1.16
diff -r1.16 vtkCocoaGLView.mm
269a270,271
>   int commandDown = ([theEvent modifierFlags] & NSCommandKeyMask); //DJW
> 
274a277,278
>   interactor->SetCommandKey(commandDown); //DJW
> 
Index: Rendering/vtkCocoaRenderWindowInteractor.h
===================================================================
RCS file: /cvsroot/VTK/VTK/Rendering/vtkCocoaRenderWindowInteractor.h,v
retrieving revision 1.11
diff -r1.11 vtkCocoaRenderWindowInteractor.h
93a94,96
>   vtkSetMacro(CommandKey, int);  //DJW
>   vtkGetMacro(CommandKey, int);  //DJW
> 
99a103,104
>   int   CommandKey;  //DJW
> 
Index: Rendering/vtkCocoaRenderWindowInteractor.mm
===================================================================
RCS file: /cvsroot/VTK/VTK/Rendering/vtkCocoaRenderWindowInteractor.mm,v
retrieving revision 1.23
diff -r1.23 vtkCocoaRenderWindowInteractor.mm
268a269,270
> 
>   this->CommandKey = 0;//DJW
