comparison lisp/term/x-win.el @ 71061:f652878dc617

* term/x-win.el: bind F10 to menu-bar-start if available.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 29 May 2006 07:16:54 +0000
parents 067115a6e738
children 7cb50e0625f4
comparison
equal deleted inserted replaced
71060:99c0a22860dc 71061:f652878dc617
2514 2514
2515 ;; Initiate drag and drop 2515 ;; Initiate drag and drop
2516 (add-hook 'after-make-frame-functions 'x-dnd-init-frame) 2516 (add-hook 'after-make-frame-functions 'x-dnd-init-frame)
2517 (global-set-key [drag-n-drop] 'x-dnd-handle-drag-n-drop-event) 2517 (global-set-key [drag-n-drop] 'x-dnd-handle-drag-n-drop-event)
2518 2518
2519 ;; Let F10 do menu bar navigation.
2520 (and (fboundp 'menu-bar-start)
2521 (global-set-key [f10] 'menu-bar-start))
2522
2519 ;; arch-tag: f1501302-db8b-4d95-88e3-116697d89f78 2523 ;; arch-tag: f1501302-db8b-4d95-88e3-116697d89f78
2520 ;;; x-win.el ends here 2524 ;;; x-win.el ends here