comparison man/lispref/menus.texi @ 373:6240c7796c7a r21-2b2

Import from CVS: tag r21-2b2
author cvs
date Mon, 13 Aug 2007 11:04:06 +0200
parents cc15677e0335
children 7d59cb494b73
comparison
equal deleted inserted replaced
372:49e1ed2d7ed8 373:6240c7796c7a
642 be used to traverse the menus without activating items. The keyboard arrow 642 be used to traverse the menus without activating items. The keyboard arrow
643 keys, the return key and the escape key are defined to traverse the menus in a 643 keys, the return key and the escape key are defined to traverse the menus in a
644 way that should be familiar to users of any of a certain family of popular PC 644 way that should be familiar to users of any of a certain family of popular PC
645 operating systems. 645 operating systems.
646 646
647 This behaviour can be changed by modifying the bindings in 647 This behavior can be changed by modifying the bindings in
648 menu-accelerator-map. At this point, the online help is your best bet 648 menu-accelerator-map. At this point, the online help is your best bet
649 for more information about how to modify the menu traversal keys. 649 for more information about how to modify the menu traversal keys.
650 650
651 @node Menu Accelerator Functions 651 @node Menu Accelerator Functions
652 @subsection Menu Accelerator Functions 652 @subsection Menu Accelerator Functions
683 @end defvar 683 @end defvar
684 684
685 @defvar menu-accelerator-modifiers 685 @defvar menu-accelerator-modifiers
686 A list of modifier keys which must be pressed in addition to a valid menu 686 A list of modifier keys which must be pressed in addition to a valid menu
687 accelerator in order for the top level menu to be activated in response to 687 accelerator in order for the top level menu to be activated in response to
688 a keystroke. The default value of @code{(meta)} mirrors the useage of the alt key 688 a keystroke. The default value of @code{(meta)} mirrors the usage of the alt key
689 as a menu accelerator in popular PC operating systems. 689 as a menu accelerator in popular PC operating systems.
690 690
691 The modifier keys in @var{menu-accelerator-modifiers} must match exactly the 691 The modifier keys in @var{menu-accelerator-modifiers} must match exactly the
692 modifiers present in the keypress. The only exception is that the shift 692 modifiers present in the keypress. The only exception is that the shift
693 modifier is accepted in conjunction with alphabetic keys even if it is not 693 modifier is accepted in conjunction with alphabetic keys even if it is not