- ${this.renderKey(keybinds.altKey)}
+ ${this.renderKey(keybinds.emojiMenuModifier)}
+
diff --git a/src/core/game/UserSettings.ts b/src/core/game/UserSettings.ts
index b11064406..4c37ce9ad 100644
--- a/src/core/game/UserSettings.ts
+++ b/src/core/game/UserSettings.ts
@@ -34,8 +34,8 @@ export function getDefaultKeybinds(isMac: boolean): Record {
moveLeft: "KeyA",
moveDown: "KeyS",
moveRight: "KeyD",
- modifierKey: isMac ? "MetaLeft" : "ControlLeft",
- altKey: "AltLeft",
+ buildMenuModifier: isMac ? "MetaLeft" : "ControlLeft",
+ emojiMenuModifier: "AltLeft",
shiftKey: "ShiftLeft",
resetGfx: "KeyR",
selectAllWarships: "KeyF",