Update default key binding for clear target from Escape to KeyQ

This commit is contained in:
2026-04-27 18:55:48 +02:00
parent e703462f26
commit 6bde5cd622

View File

@@ -552,7 +552,7 @@ export const DEFAULT_PLAYER_START_KEYBOARD_BINDINGS: PlayerStartKeyboardBindings
sprint: "ShiftLeft",
crouch: "ControlLeft",
interact: "MouseLeft",
clearTarget: "Escape",
clearTarget: "KeyQ",
pauseTime: "KeyP"
};
export const DEFAULT_PLAYER_START_GAMEPAD_BINDINGS: PlayerStartGamepadBindings =