Mercurial > hg > xemacs-beta
comparison man/lispref/menus.texi @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 54f7aa390f4f |
children | 6240c7796c7a |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
516 undo, this is changed to @samp{Undo More}. | 516 undo, this is changed to @samp{Undo More}. |
517 @end table | 517 @end table |
518 @end defun | 518 @end defun |
519 | 519 |
520 @defun buffers-menu-filter menu-items | 520 @defun buffers-menu-filter menu-items |
521 This function sets up the Buffers menu. @xref{Buffers Menu}, for | 521 This function sets up the Buffers menu. @xref{Buffers Menu} for |
522 more information. | 522 more information. |
523 @end defun | 523 @end defun |
524 | 524 |
525 @node Pop-Up Menus | 525 @node Pop-Up Menus |
526 @section Pop-Up Menus | 526 @section Pop-Up Menus |
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 behavior can be changed by modifying the bindings in | 647 This behaviour 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 usage of the alt key | 688 a keystroke. The default value of @code{(meta)} mirrors the useage 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 |