Skip to content

Commit 48afa0c

Browse files
committed
Fix keyboard event to change tool
1 parent cf532e9 commit 48afa0c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/BeamAdapter/component/controller/InterventionalRadiologyController.inl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,13 +343,13 @@ void InterventionalRadiologyController<DataTypes>::onKeyPressedEvent(KeypressedE
343343
case 'D':
344344
applyAction(BeamAdapterAction::DROP_TOOL);
345345
break;
346-
case '2':
346+
case '3':
347347
applyAction(BeamAdapterAction::USE_TOOL_2);
348348
break;
349-
case '1':
349+
case '2':
350350
applyAction(BeamAdapterAction::USE_TOOL_1);
351351
break;
352-
case '0':
352+
case '1':
353353
applyAction(BeamAdapterAction::USE_TOOL_0);
354354
break;
355355
case 20: // droite = 20

0 commit comments

Comments
 (0)