diff --git a/interface/interface.dm b/interface/interface.dm index 3c35a1e063..e1fc8988ef 100644 --- a/interface/interface.dm +++ b/interface/interface.dm @@ -93,6 +93,8 @@ Hotkey-Mode: (hotkey-mode must be on) \t5 = emote \tx = swap-hand \tz = activate held object (or y) +\tu = Rest +\tb = Resist \tj = toggle-aiming-mode \tf = cycle-intents-left \tg = cycle-intents-right @@ -113,6 +115,8 @@ Any-Mode: (hotkey doesn't need to be on) \tCtrl+q = drop \tCtrl+e = equip \tCtrl+r = throw +\tCtrl+u = Rest +\tCtrl+b = Resist \tCtrl+x = swap-hand \tCtrl+z = activate held object (or Ctrl+y) \tCtrl+f = cycle-intents-left diff --git a/interface/skin.dmf b/interface/skin.dmf index 4887895627..fc14eb8a69 100644 --- a/interface/skin.dmf +++ b/interface/skin.dmf @@ -352,6 +352,12 @@ macro "macro" elem name = "CTRL+Z" command = "Activate-Held-Object" + elem + name = "CTRL+U" + command = "Rest" + elem + name = "CTRL+B" + command = "Resist" elem name = "CTRL+NUMPAD1" command = "body-r-leg"