Skip to content

Commit 3783bc0

Browse files
committed
bind debug camera to CTRL+8, to avoid issues with CTRL+C
1 parent cfad42c commit 3783bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fxgl/src/main/kotlin/com/almasb/fxgl/app/SystemActions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ object SystemActions {
4242

4343
input.addAction(sysdump(), KeyCode.DIGIT9, InputModifier.CTRL)
4444
input.addAction(restartGame(), KeyCode.R, InputModifier.CTRL)
45-
input.addAction(toggleDebugCamera(), KeyCode.C, InputModifier.CTRL)
45+
input.addAction(toggleDebugCamera(), KeyCode.DIGIT7, InputModifier.CTRL)
4646
}
4747
}
4848

0 commit comments

Comments
 (0)