summaryrefslogtreecommitdiff
path: root/lisp/term/x-win.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term/x-win.el')
-rw-r--r--lisp/term/x-win.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 5bc93b47fe9..c6b3c4d1ba3 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -2495,5 +2495,9 @@ order until succeed.")
(add-hook 'after-make-frame-functions 'x-dnd-init-frame)
(global-set-key [drag-n-drop] 'x-dnd-handle-drag-n-drop-event)
+;; Let F10 do menu bar navigation.
+(and (fboundp 'menu-bar-open)
+ (global-set-key [f10] 'menu-bar-open))
+
;; arch-tag: f1501302-db8b-4d95-88e3-116697d89f78
;;; x-win.el ends here