mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
Old keyboard hotkey layout option available again! home, end, page down and page up now once again do what they did before by default. To use diagonal movement you will need to use your numpad with NUM LOCK enabled.
The new list of hotkeys is as follows: (Valid as of 21.10.2011) Numpad with Num Lock enabled = movement in wanted direction. Numpad with Num Lock disabled = as it was before. movement north-south-east-west and throw, drop, swap hands, use item on itself. Page up (also numpad 9 with num lock disabled) = swap hands Page down (also numpad 3 with num lock disabled) = drop home (also numpad 7 with num lock disabled) = throw end (also numpad 1 with num lock disabled) = use item in hand on itself CTRL + A = throw CTRL + S = swap hands CTRL + D = drop CTRL + W = use item in hand on itself Numpad divide (/) = throw Numpad multiply (*) = swap hands Numpad subtract (-) = drop Numpad add (+) = use item in hand on itself In short, use Num Lock to swap between the two layouts. Changelog updated with the change above. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2407 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -54,6 +54,34 @@ Stuff which is in development and not yet visible to players or just code relate
|
||||
(ie. code improvements for expandability, etc.) should not be listed here. They
|
||||
should be listed in the changelog upon commit tho. Thanks. -->
|
||||
|
||||
<b><font color='blue'>21 October 2011, Tuesday:</font><b>
|
||||
<ul>
|
||||
<li><b>Errorage updated:</b>
|
||||
<ul>
|
||||
<li><font color="red">Old keyboard hotkey layout option available again!</font> home, end, page down and page up now once again do what they did before by default. To use diagonal movement you will need to use your numpad with NUM LOCK enabled.<br>
|
||||
The new list of hotkeys is as follows: (Valid as of 21.10.2011)
|
||||
<ul>
|
||||
<li>Numpad with Num Lock enabled = movement in wanted direction.</li>
|
||||
<li>Numpad with Num Lock disabled = as it was before. movement north-south-east-west and throw, drop, swap hands, use item on itself.</li>
|
||||
<li>Page up (also numpad 9 with num lock disabled) = swap hands</li>
|
||||
<li>Page down (also numpad 3 with num lock disabled) = drop</li>
|
||||
<li>home (also numpad 7 with num lock disabled) = throw</li>
|
||||
<li>end (also numpad 1 with num lock disabled) = use item in hand on itself</li>
|
||||
<li>CTRL + A = throw</li>
|
||||
<li>CTRL + S = swap hands</li>
|
||||
<li>CTRL + D = drop</li>
|
||||
<li>CTRL + W = use item in hand on itself</li>
|
||||
<li>Numpad divide (/) = throw</li>
|
||||
<li>Numpad multiply (*) = swap hands</li>
|
||||
<li>Numpad subtract (-) = drop</li>
|
||||
<li>Numpad add (+) = use item in hand on itself</li>
|
||||
</ul>
|
||||
In short, use <font color='red'>Num Lock</font> to swap between the two layouts.
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<b><font color='blue'>18 October 2011, Tuesday:</font><b>
|
||||
<ul>
|
||||
<li><b>Errorage updated:</b>
|
||||
|
||||
+44
-8
@@ -4,20 +4,20 @@ macro "macro"
|
||||
command = ".center"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "NORTHEAST+REP"
|
||||
command = ".northeast"
|
||||
name = "NORTHEAST"
|
||||
command = "swap-hand"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "SOUTHEAST+REP"
|
||||
command = ".southeast"
|
||||
name = "SOUTHEAST"
|
||||
command = "drop-item"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "SOUTHWEST+REP"
|
||||
command = ".southwest"
|
||||
name = "SOUTHWEST"
|
||||
command = "attack-self"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "NORTHWEST+REP"
|
||||
command = ".northwest"
|
||||
name = "NORTHWEST"
|
||||
command = "toggle-throw-mode"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "CTRL+WEST"
|
||||
@@ -67,6 +67,42 @@ macro "macro"
|
||||
name = "CTRL+W"
|
||||
command = "attack-self"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "NUMPAD1+REP"
|
||||
command = ".southwest"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "NUMPAD2+REP"
|
||||
command = ".south"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "NUMPAD3+REP"
|
||||
command = ".southeast"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "NUMPAD4+REP"
|
||||
command = ".west"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "NUMPAD5+REP"
|
||||
command = ".center"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "NUMPAD6+REP"
|
||||
command = ".east"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "NUMPAD7+REP"
|
||||
command = ".northwest"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "NUMPAD8+REP"
|
||||
command = ".north"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "NUMPAD9+REP"
|
||||
command = ".northeast"
|
||||
is-disabled = false
|
||||
elem
|
||||
name = "MULTIPLY"
|
||||
command = "swap-hand"
|
||||
|
||||
Reference in New Issue
Block a user