summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-16 22:03:45 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-16 22:03:45 +0000
commit5f8d478fbabc0d7d0d0b2360d02170f57cef2d77 (patch)
tree0b7cf555f40417521d243efabd0c15f9a946578a /crawl-ref
parentb01c84211a1f8bb59391dff857c2dd6c1a74c23a (diff)
downloadcrawl-ref-5f8d478fbabc0d7d0d0b2360d02170f57cef2d77.tar.gz
crawl-ref-5f8d478fbabc0d7d0d0b2360d02170f57cef2d77.zip
Updating documentation. (David)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2116 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/docs/crawl_manual.txt8
-rw-r--r--crawl-ref/docs/crawl_options.txt7
2 files changed, 13 insertions, 2 deletions
diff --git a/crawl-ref/docs/crawl_manual.txt b/crawl-ref/docs/crawl_manual.txt
index 52da49f18f..ec01726589 100644
--- a/crawl-ref/docs/crawl_manual.txt
+++ b/crawl-ref/docs/crawl_manual.txt
@@ -2279,7 +2279,9 @@ work, with the exception of Space (which fires).
Shortcuts in lists (like multidrop):
------------------------------------
When dropping (with the drop_mode=multi option), the drop menu accepts
-several shortcuts.
+several shortcuts. The same applies to the pickup menu.
+In the following, if an item is already selected, the key will deselect
+it (except for ',' and '-', obviously).
( Selects all missiles.
) Selects all hand weapons.
[ Selects all armour.
@@ -2297,6 +2299,10 @@ several shortcuts.
- Global deselect (subject to drop_filter option).
* Invert selection. This will allow you to select
all items even if you use the drop_filter option.
+ . Selects next item. (If you have pressed the key
+ of an item in the list, '.' will toggle the next
+ item. This can be repeated, quickly selecting
+ several subsequent items).
------------------------------------------------------------------------
diff --git a/crawl-ref/docs/crawl_options.txt b/crawl-ref/docs/crawl_options.txt
index 2054c1c91a..96b7dc7aa9 100644
--- a/crawl-ref/docs/crawl_options.txt
+++ b/crawl-ref/docs/crawl_options.txt
@@ -882,7 +882,12 @@ sort_menus = [menu:](true | false | auto:X)[:sort_order]
inv: Inventory listings for any command (but not for dropping
items).
any: All menus; this is the default when unspecified.
-
+
+ For example,
+ sort_menus = true : equipped, basename, qualname, curse, qty
+ will produce the same inventory and drop menus as by default, with
+ the exception that all worn/wielded items come first. This can be
+ convenient if you use the '.' command to select subsequent items.
4-j Messages and Display Enhancements.
------------------------------------------