Add whatis_filter option to filter eligible map locations for travel
Compound option whatis_filter, filters the eligible map locations when getting a cursor location for targeting. Accepts 'n' (none), 'v' (map locations in view), or 'a' (map locations in the same area, eg. room or corridor).
This commit is contained in:
@@ -2927,10 +2927,23 @@ The
|
||||
option is also used with
|
||||
the `/m', `/M', `/o', and `/O' sub-commands of `/',
|
||||
where the `none' setting is overridden with `map'.
|
||||
.lp whatis_inview
|
||||
.lp whatis_filter
|
||||
When getting a location on the map, and using the keys to cycle through
|
||||
next and previous targets, limit the possible targets to those in view.
|
||||
(default off)
|
||||
next and previous targets, allows filtering the possible targets.
|
||||
.lp ""
|
||||
.sd
|
||||
.si
|
||||
.CC n "no filtering [default]"
|
||||
.CC v "in view only"
|
||||
.CC a "in same area only"
|
||||
.ei
|
||||
.ed
|
||||
.lp ""
|
||||
The area-filter tries to be slightly predictive - if you're standing on a doorway,
|
||||
it will consider the area on the side of the door you were last moving towards.
|
||||
.lp ""
|
||||
Filtering can also be changed when getting a location with the ``getpos.filter''
|
||||
key.
|
||||
.lp whatis_menu
|
||||
When getting a location on the map, and using a key to cycle through
|
||||
next and previous targets, use a menu instead to pick a target.
|
||||
@@ -3246,8 +3259,10 @@ When asked for a location, the key to go to next closest object. Default is 'o'.
|
||||
When asked for a location, the key to go to previous closest object. Default is 'O'.
|
||||
.lp getpos.menu
|
||||
When asked for a location, and using one of the next or previous keys to cycle through targets, toggle showing a menu instead. Default is '!'.
|
||||
.lp getpos.inview
|
||||
When asked for a location, and using one of the next or previous keys to cycle through targets, toggle limiting possible targets to those in view only. Default is '"'.
|
||||
.lp getpos.filter
|
||||
When asked for a location, change the filtering mode when using one of the next
|
||||
or previous keys to cycle through targets. Toggles between no filtering, in view
|
||||
only, and in the same area only. Default is '"'.
|
||||
.lp getpos.pick
|
||||
When asked for a location, the key to choose the location, and possibly ask for more info. Default is '.'.
|
||||
.lp getpos.pick.once
|
||||
@@ -3724,6 +3739,9 @@ was interrupted.
|
||||
.lp whatis_coord:compass
|
||||
When targeting with cursor, describe the cursor position with coordinates
|
||||
relative to your character.
|
||||
.lp whatis_filter:area
|
||||
When targeting with cursor, filter possible locations so only those in
|
||||
the same area (eg. same room, or same corridor) are considered.
|
||||
.lp nostatus_updates
|
||||
Prevent updates to the status lines at the bottom of the screen, if
|
||||
your screen-reader reads those lines. The same information can be
|
||||
|
||||
Reference in New Issue
Block a user