X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/bc82153494759a00aa278b2039e240ca673957c6..194ad84d50ba285bc620fe8cbd48d5e595c1dedc:/nethack.plp diff --git a/nethack.plp b/nethack.plp index 0a5a4be..8b48c85 100644 --- a/nethack.plp +++ b/nethack.plp @@ -42,35 +42,9 @@ $header{content_type} = $ctype; print "\n" if $showkeys and $get{keys} eq 'ghost'; :> + - - - +

NetHack cheat sheet

@@ -80,15 +54,17 @@ function setmode(classname) {
  • <: our %sign = ( arg => $ascii ? '.' : '·', # described as 'dot' - argi => $ascii ? ':' : ':', + args => $ascii ? ':' : '⁚', + argi => $ascii ? "'" : '′', + argm => $ascii ? '|' : '↕', motion => $ascii ? '|' : '↕', alias => $ascii ? 'see: ' : '»', up => $ascii ? 'up' : '▲', @@ -113,8 +89,6 @@ $keys->print_rows($get{static});
    -
    -
    direction
    Direction to move to or target a command (<:= $sign{motion} :>).
    move @@ -127,8 +101,6 @@ $keys->print_rows($get{static});
    Display invertory menu.
    menu
    Enters some other menu. -
    -
    @@ -136,10 +108,10 @@ $keys->print_rows($get{static});
    key<:= $sign{arg} :>
    Commands with a dot need at least one argument afterwards. -
    key<:= $sign{motion} :> -
    Requires a direction afterwards.
    key<:= $sign{argi} :>
    Asks for an inventory item. +
    key<:= $sign{argm} :> +
    Requires a direction afterwards.