diff --git a/code/modules/keybindings/bindings_living.dm b/code/modules/keybindings/bindings_living.dm
index 8e9c787b6b..ec6c5dd539 100644
--- a/code/modules/keybindings/bindings_living.dm
+++ b/code/modules/keybindings/bindings_living.dm
@@ -19,6 +19,9 @@
if(possible_a_intents)
a_intent_change(INTENT_HARM)
return
+ if ("V")
+ lay_down()
+ return
return ..()
\ No newline at end of file
diff --git a/code/modules/keybindings/bindings_mob.dm b/code/modules/keybindings/bindings_mob.dm
index 925f305525..964ee65047 100644
--- a/code/modules/keybindings/bindings_mob.dm
+++ b/code/modules/keybindings/bindings_mob.dm
@@ -79,4 +79,4 @@
if("Alt")
toggle_move_intent()
return
- return ..()
\ No newline at end of file
+ return ..()
diff --git a/interface/interface.dm b/interface/interface.dm
index ecd13e1f03..2b33ebb5e8 100644
--- a/interface/interface.dm
+++ b/interface/interface.dm
@@ -8,7 +8,7 @@
if(wikiurl)
if(query)
var/output = wikiurl + "?search=" + query
- src << link(output)
+ src << link(output)
output = wikiurltg + "/index.php?title=Special%3ASearch&profile=default&search=" + query
src << link(output)
else if (query != null)
@@ -125,6 +125,7 @@ Hotkey-Mode: (hotkey-mode must be on)
\tt = say
\to = OOC
\tb = resist
+\tv = rest
\th = stop pulling
\tx = swap-hand
\tz = activate held object (or y)
@@ -184,6 +185,7 @@ Hotkey-Mode: (hotkey-mode must be on)
\td = right
\tw = up
\tq = unequip active module
+\tv = rest
\th = stop pulling
\tm = me
\tt = say