From abfd5d4418c37ce13c8a42837b9e7be3df184469 Mon Sep 17 00:00:00 2001 From: Aotumuri Date: Mon, 12 Jan 2026 12:24:04 +0900 Subject: [PATCH] fix usersetting --- src/client/UserSettingModal.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/client/UserSettingModal.ts b/src/client/UserSettingModal.ts index ed873f6a2..5dea15acf 100644 --- a/src/client/UserSettingModal.ts +++ b/src/client/UserSettingModal.ts @@ -31,6 +31,7 @@ const DefaultKeybinds: Record = { attackRatioUp: "KeyY", boatAttack: "KeyB", groundAttack: "KeyG", + localAttack: "KeyL", zoomOut: "KeyQ", zoomIn: "KeyE", centerCamera: "KeyC", @@ -649,6 +650,16 @@ export class UserSettingModal extends BaseModal { @change=${this.handleKeybindChange} > + +