diff options
author | Juri Linkov <juri@linkov.net> | 2021-08-23 20:42:16 +0300 |
---|---|---|
committer | Juri Linkov <juri@linkov.net> | 2021-08-23 20:42:16 +0300 |
commit | 976594d905ceacc3c351735ba099ac71ea31f014 (patch) | |
tree | c1e0e4e639c404c46f0ab2ff440aeecfab062763 /doc/emacs/frames.texi | |
parent | c1c2266a1c38b1f8dfd001f653ebec6fa79fb3c3 (diff) | |
download | emacs-976594d905ceacc3c351735ba099ac71ea31f014.tar.gz emacs-976594d905ceacc3c351735ba099ac71ea31f014.tar.bz2 emacs-976594d905ceacc3c351735ba099ac71ea31f014.zip |
* lisp/mouse.el (context-menu-open): New command bound to [S-f10].
* doc/emacs/frames.texi (Menu Mouse Clicks): Mention S-F10
to pop up the context menu.
* src/callint.c (Fcall_interactively):
Use inhibit_mouse_event_check for the case 'e'.
(inhibit-mouse-event-check): New variable.
https://lists.gnu.org/archive/html/emacs-devel/2021-08/msg00733.html
Diffstat (limited to 'doc/emacs/frames.texi')
-rw-r--r-- | doc/emacs/frames.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index d582d24e766..22f22efacac 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi @@ -370,6 +370,7 @@ This menu is for changing the default face within the window's buffer. @findex context-menu-mode @vindex context-menu-functions @kindex Down-mouse-3 +@kindex S-F10 Many GUI applications use @kbd{mouse-3} to display @dfn{context menus}: menus that provide access to various pertinent settings and actions for the location and context of the mouse click. If you @@ -382,6 +383,7 @@ mode and the buffer contents around the place where you click the mouse. To customize the contents of the context menu, you can use the variable @code{context-menu-functions} (@pxref{Major Mode Conventions,,, elisp, The Emacs Lisp Reference Manual}). +You can also invoke the context menu by pressing @kbd{S-@key{F10}}. @node Mode Line Mouse @section Mode Line Mouse Commands |