]> Creatis software - clitk.git/blobdiff - vv/vvInteractorStyleNavigator.cxx
script to easily create new clitk tools. Does not do vv tools yet
[clitk.git] / vv / vvInteractorStyleNavigator.cxx
index 58c88ca57416ea9398e8d9822fb843db73d44c61..831bfb98e8c4392cc041e18db2abda2b2183343c 100644 (file)
@@ -341,8 +341,8 @@ void vvInteractorStyleNavigator::OnChar()
         break;
     }
 
-    case 'w'  :
-    case 'W'  :
+    case 'o'  :
+    case 'O'  :
     {
         this->FindPokedRenderer(this->Interactor->GetEventPosition()[0],
                                 this->Interactor->GetEventPosition()[1]);
@@ -358,8 +358,8 @@ void vvInteractorStyleNavigator::OnChar()
         this->ReleaseFocus();
         break;
     }
-    case 'x'  :
-    case 'X'  :
+    case 'i'  :
+    case 'I'  :
     {
         this->FindPokedRenderer(rwi->GetEventPosition()[0],
                                 rwi->GetEventPosition()[1]);