From 976594d905ceacc3c351735ba099ac71ea31f014 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 23 Aug 2021 20:42:16 +0300 Subject: * 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 --- doc/emacs/frames.texi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/emacs/frames.texi') 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 -- cgit v1.2.3