summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mouse.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index d137419e02a..8b209638423 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -469,6 +469,8 @@ the same menu with changes such as added new menu items."
(define-key map [mouse-3] nil)
(define-key map [down-mouse-3] context-menu-entry)
(define-key map [menu] #'context-menu-open)
+ (if (featurep 'w32)
+ (define-key map [apps] #'context-menu-open))
(when (featurep 'ns)
(define-key map [C-mouse-1] nil)
(define-key map [C-down-mouse-1] context-menu-entry))