Keyboards that have a meta key can also use these extended commands
via the meta modifier instead of the # prefix:
-M-? Display extended command help (if the platform allows this)
+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-c chat talk to someone
M-d dip dip an object into something
-M-e enhance advance or check weapons skills
+M-e enhance advance or check weapons or spell skills
M-f force force a lock
M-i invoke invoke an object's special powers
M-j jump jump to another location
-/* SCCS Id: @(#)cmd.c 3.4 2004/01/09 */
+/* SCCS Id: @(#)cmd.c 3.4 2004/10/27 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
struct ext_func_tab extcmdlist[] = {
{"adjust", "adjust inventory letters", doorganize, TRUE},
{"chat", "talk to someone", dotalk, TRUE}, /* converse? */
- {"conduct", "list which challenges you have adhered to", doconduct, TRUE},
+ {"conduct", "list voluntary challenges you have maintained",
+ doconduct, TRUE},
{"dip", "dip an object into something", dodip, FALSE},
- {"enhance", "advance or check weapons skills", enhance_weapon_skill,
- TRUE},
+ {"enhance", "advance or check weapons and spell skills",
+ enhance_weapon_skill, TRUE},
{"force", "force a lock", doforce, FALSE},
{"invoke", "invoke an object's powers", doinvoke, TRUE},
{"jump", "jump to a location", dojump, FALSE},