Change some command keys

Change 'v' from #versionshort to #chronicle.
Change 'V' from #history to #versionshort.
History can still be accessed either directly with the extended command,
or via the help menu.
Versionshort now accepts the m-prefix, and then shows the longer version.
This commit is contained in:
Pasi Kallinen
2026-03-21 17:54:16 +02:00
parent 1eadfa962d
commit 8e4c7f9fb5
6 changed files with 16 additions and 11 deletions

View File

@@ -1282,6 +1282,7 @@ Talk to someone.
Default key is \(oqM-c\(cq.
.lp "#chronicle"
Show a list of important game events.
Default key is \(oqv\(cq.
.lp "#close "
Close a door.
Default key is \(oqc\(cq.
@@ -1382,7 +1383,6 @@ option is On, clicking on the hero (or steed when mounted) will
execute this command.
.lp "#history "
Show long version and game history.
Default key is \(oqV\(cq.
.lp #inventory
Show your inventory.
Default key is \(oqi\(cq.
@@ -1835,7 +1835,7 @@ Default key is \(oqM-v\(cq.
.lp #versionshort
Show the program's version number, plus the date and time that the
running copy was built from sources (not the version's release date).
Default key is \(oqv\(cq.
Default key is \(oqV\(cq.
.lp "#vision "
Show vision array.
Autocompletes.

View File

@@ -1321,7 +1321,7 @@ Cast a spell. Default key is `\texttt{Z}'.
Talk to someone. Default key is `\texttt{M-c}'.
%.lp
\item[\#chronicle]
Show a list of important game events.
Show a list of important game events. Default key is `\texttt{v}'.
%.lp
\item[\#close]
Close a door. Default key is `\texttt{c}'.
@@ -1425,7 +1425,7 @@ option is On, clicking on the hero (or steed when mounted) will
execute this command.
%.lp
\item[\#history]
Show long version and game history. Default key is `\texttt{V}'.
Show long version and game history.
%.lp
\item[\#inventory]
Show your inventory. Default key is `\texttt{i}'.
@@ -1913,7 +1913,7 @@ Autocompletes. Default key is `\texttt{M-v}'.
\item[\#versionshort]
Show the program's version number, plus the date and time that the
running copy was built from sources (not the version's release date).
Default key is `\texttt{v}'.
Default key is `\texttt{V}'.
%.lp
\item[\#vision]
Show vision array.

View File

@@ -1586,6 +1586,8 @@ priest donation amounts are explicitly stated, randomized slightly, based on
peak rather than current level, and allow for bulk donations (buying
larger amounts of clairvoyance/protection) if you have a lot of gold
amulet of magical breathing increases power regeneration
change some command keys, 'v' is now chronicle, 'V' is versionshort,
m-prefix 'V' is longer version, remove key binding of #history
Fixes to 3.7.0-x General Problems Exposed Via git Repository