Skip to content

Commit

Permalink
Hotkey tweaks (discordia-space#7956)
Browse files Browse the repository at this point in the history
* yeah

* changes the hotkey list

* I forgot to push this

* Revert "I forgot to push this"

This reverts commit 845878d.

* Revert "changes the hotkey list"

This reverts commit a1174c4.

* re-adds reversions

* Revert "yeah"

This reverts commit e61f425.

* manually adds hotkeys instead of using .dmf

I love the quirky dream maker language
  • Loading branch information
Moltovz authored Jan 6, 2023
1 parent fc0f26d commit 6f75cb9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion interface/interface.dm
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Admin Ghost:
\tShift + Ctrl + Click = View Variables
</font>"}

var/hotkey_mode = {"<font color='purple'>
var/hotkey_mode = {"<font color='blue'>
Hotkey-Mode: (hotkey-mode must be on)
\tTAB = toggle hotkey-mode
\ta = left
Expand All @@ -77,6 +77,9 @@ Hotkey-Mode: (hotkey-mode must be on)
\tw = up
\tq = drop
\te = equip
\tf = block
\tb = resist
\tc = rest
\tShift+e = belt-equip
\tShift+q = suit-storage-equip
\tShift+b = bag-equip
Expand Down
6 changes: 6 additions & 0 deletions interface/skin.dmf
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,12 @@ macro "hotkeymode"
elem
name = "F"
command = "blocking"
elem
name = "CTRL+F"
command = "a-intent left"
elem
name = "CTRL+G"
command = "a-intent right"
elem
name = "B"
command = "resist"
Expand Down

0 comments on commit 6f75cb9

Please sign in to comment.