From e4de14be602644808a3fe921fd3b2a4ee3a16af3 Mon Sep 17 00:00:00 2001 From: "baloh.matevz@gmail.com" Date: Fri, 21 Oct 2011 11:29:44 +0000 Subject: [PATCH] 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 --- html/changelog.html | 28 ++++++++++++++++++++++++ interface/skin.dmf | 52 ++++++++++++++++++++++++++++++++++++++------- 2 files changed, 72 insertions(+), 8 deletions(-) diff --git a/html/changelog.html b/html/changelog.html index 9b1f5a5bef7..023142d10c3 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -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. --> +21 October 2011, Tuesday: +
    +
  • Errorage updated: +
      +
    • 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. +
    • +
    +
  • +
+ 18 October 2011, Tuesday:
  • Errorage updated: diff --git a/interface/skin.dmf b/interface/skin.dmf index 3fef802d076..d0b3fe43707 100644 --- a/interface/skin.dmf +++ b/interface/skin.dmf @@ -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"