B to Resist! (#8062)

* B to Resist!

* Requested Changes.
This commit is contained in:
Novacat
2021-05-10 21:56:51 -09:00
committed by GitHub
parent 4dfecfede7
commit cb23ce104b
2 changed files with 13 additions and 0 deletions
+4
View File
@@ -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
+9
View File
@@ -328,6 +328,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"
@@ -566,6 +572,9 @@ macro "hotkeymode"
elem
name = "U"
command = "Rest"
elem
name = "B"
command = "Resist"
elem
name = "NUMPAD1"
command = "body-r-leg"