From 73945a5e77bcfacb8aa8aa935f074cabb0a0f3cf Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sat, 2 Aug 2008 17:57:40 +0000 Subject: Apply Yelve Yakut's patch (2020369) to list monsters and items in view. The command to do so is xx, and you can select an entry for more details, which will be the database description ('v') for items and the more detailed 'x' description for monsters, which I think is more useful. What's still needed is some kind of sorting by, I guess, difficulty for monsters and respecting sort_menus for the items. Also, the item listing is not terribly useful at the moment but surely soon someone will think of a way to change that. :) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6755 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/cmd-keys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/cmd-keys.h') diff --git a/crawl-ref/source/cmd-keys.h b/crawl-ref/source/cmd-keys.h index 1f5b4ba60e..b27c0b2a12 100644 --- a/crawl-ref/source/cmd-keys.h +++ b/crawl-ref/source/cmd-keys.h @@ -121,7 +121,6 @@ {CONTROL('W'), CMD_FIX_WAYPOINT}, {CONTROL('X'), CMD_SAVE_GAME_NOW}, {CONTROL('Z'), CMD_SUSPEND_GAME}, -{'x', CMD_TARGET_CANCEL}, {ESCAPE, CMD_TARGET_CANCEL}, #ifdef WIZARD {'F', CMD_TARGET_WIZARD_MAKE_FRIENDLY}, @@ -134,6 +133,7 @@ {'M', CMD_TARGET_WIZARD_MISCAST}, #endif {'v', CMD_TARGET_DESCRIBE}, +{'x', CMD_TARGET_ALL_DESCRIBE}, {'?', CMD_TARGET_HELP}, {' ', CMD_TARGET_SELECT}, // XXX hack: can also be CMD_TARGET_CANCEL {CONTROL('P'), CMD_TARGET_SHOW_PROMPT}, -- cgit v1.2.3-54-g00ecf