Difference between revisions of "Menu controls"

From NetHackWiki
Jump to navigation Jump to search
($")[... keys are tty and curses only)
m (wording)
Line 64: Line 64:
 
|}
 
|}
  
Also on some menus in the [[tty]] and [[curses interface]]s, pressing the symbol representing an item class ({{kbd|$}} {{kbd|)}} {{kbd|[}} {{kbd|?}} {{kbd|!}} {{kbd|+}} {{kbd|(}} {{kbd|*}}) will toggle all items in the corresponding item groups. There is a [[patch]] to [http://bilious.homelinux.org/?15 display that], [[NAO]] has it.
+
Also on some menus in the [[tty]] and [[curses interface]]s, pressing the symbol representing an item class ({{kbd|$}} {{kbd|)}} {{kbd|[}} {{kbd|?}} {{kbd|!}} {{kbd|+}} {{kbd|(}} {{kbd|*}}) will toggle all items in the corresponding item groups. There is a [[patch]] to [http://bilious.homelinux.org/?15 say that] in the menu, [[NAO]] has it.
  
 
[[Category:Actions]]
 
[[Category:Actions]]
 
[[Category:User interface]]
 
[[Category:User interface]]

Revision as of 13:26, 15 January 2011

Certain keys are used for menu controls:

Action Default key Configuration option Notes
Go to next page > menu_next_page
Go to previous page < menu_previous_page
Go to first page ^ menu_first_page
Go to last page | menu_last_page
Select items on page , menu_select_page
Select all items . menu_select_all
Deselect items on page \ menu_deselect_page
Deselect all items - menu_deselect_all
Invert page selection ~ menu_invert_page
Invert all selected @ menu_invert_all
Search and toggle : menu_search Only implemented by the Amiga, Gem and X11 window ports.

Also on some menus in the tty and curses interfaces, pressing the symbol representing an item class ($ ) [ ? ! + ( *) will toggle all items in the corresponding item groups. There is a patch to say that in the menu, NAO has it.