diff --git a/interface/interface.dm b/interface/interface.dm index 47b80678751..9cf97cfd98c 100644 --- a/interface/interface.dm +++ b/interface/interface.dm @@ -46,8 +46,7 @@ Hotkey-Mode: (hotkey-mode must be on) \te = equip \tr = throw \tt = say -\ty = emote -\tx = swap-hand +\tx = swap-hand (or y) \tz = activate held object \tf = cycle-intents-left \tg = cycle-intents-right diff --git a/interface/skin.dmf b/interface/skin.dmf index 7d8485e6ec7..f8fc765e3e6 100644 --- a/interface/skin.dmf +++ b/interface/skin.dmf @@ -367,7 +367,7 @@ macro "hotkeymode" is-disabled = false elem name = "Y" - command = "me" + command = "Activate-Held-Object" is-disabled = false elem name = "CTRL+Y"