]> granicus.if.org Git - nethack/commitdiff
fix #H4139 - commands missing in help menu
authorPatR <rankin@nethack.org>
Fri, 25 Mar 2016 00:31:35 +0000 (17:31 -0700)
committerPatR <rankin@nethack.org>
Fri, 25 Mar 2016 00:31:35 +0000 (17:31 -0700)
The meta keystroke commands which use an uppercase letter were all
missing from dat/hh:
 M-A annotate level
 M-C show conduct
 M-N name something (synonym for M-n, which is a synonyn for 'C'all)
 M-O display dungeon overview
 M-R ride/unride steed
 M-T tip a container

(All meta keystroke command shortcuts are missing from dat/help.)

dat/hh
doc/fixes36.1

diff --git a/dat/hh b/dat/hh
index 146af427575085c02af38a5e84ffe94878051d3d..09eac4c2d951e992ddb010630ec722268c51256c 100644 (file)
--- a/dat/hh
+++ b/dat/hh
@@ -80,7 +80,7 @@ Z       Zap     cast a spell  (use Y instead of Z if number_pad is -1)
 $       gold    count your gold
 +       spells  list the spells you know; also rearrange them if desired
 `       classkn display known items for one class of objects
-_       travel  move via a shortest-path algorithm to a point on the map 
+_       travel  move via a shortest-path algorithm to a point on the map
 .       rest    wait a moment
 ,       pickup  pick up all you can carry
 @               toggle "pickup" (auto pickup) option on and off
@@ -93,7 +93,9 @@ via the meta modifier instead of the # prefix:
 M-?             display extended command help (if the platform allows this)
 M-2     twoweapon toggle two-weapon combat (unless number_pad is enabled)
 M-a     adjust  adjust inventory letters
+M-A     annotate add a one-line note to the current dungeon level (see M-O)
 M-c     chat    talk to someone
+M-C     conduct view optional challanges
 M-d     dip     dip an object into something
 M-e     enhance advance or check weapon and spell skills
 M-f     force   force a lock
@@ -102,12 +104,16 @@ M-j     jump    jump to another location
 M-l     loot    loot a box on the floor
 M-m     monster use a monster's special ability
 M-n     name    name a monster, an individual object, or a type of object
+M-N     name    synonym for M-n
 M-o     offer   offer a sacrifice to the gods
+M-O     overview display information about visited levels and annotations
 M-p     pray    pray to the gods for help
 M-q     quit    stop playing
 M-r     rub     rub a lamp or a stone
+M-R     ride    mount or dismount saddled steed
 M-s     sit     sit down
 M-t     turn    turn undead
+M-T     tip     upend a container to dump out its contents
 M-u     untrap  untrap something
 M-v     version print compile time options for this version
 M-w     wipe    wipe off your face
index a2853713b67b5d56d98f5e0ad2908582740a0d47..f74fa135842b2a4304c0094d343ba842a3e07490 100644 (file)
@@ -195,6 +195,8 @@ unseen landmine explosion could result in "The <monst-type> statue crumbles."
 when using the 'O' command for regexp options (autopickup exceptions,
        menucolors, message types), provide opportunity to add more than one
        at a time [after 'add', return to add/list/remove menu]
+commands invoked by uppercase meta characters: M-A, M-C, M-N, M-O, M-R, M-T
+       were missing from '? c' list of game commands (dat/hh)
 
 post-3.6.0: fix "object lost" panic during pickup caused by sortloot revamp
 post-3.6.0: more sortloot revisions