* lisp/frame.el: Bind f10' in esc-map' to `toggle-frame-maximized'

in addition to existing separate binding `meta f10' in `global-map'.

Fixes: debbugs:13484
This commit is contained in:
Juri Linkov 2013-01-21 12:45:20 +02:00
parent a36e2d260d
commit c84b08818d
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2013-01-21 Juri Linkov <juri@jurta.org>
* frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
in addition to existing separate binding `meta f10' in `global-map'.
(Bug#13484)
2013-01-21 Michael Albinus <michael.albinus@gmx.de>
Improve XEmacs compatibility.

View file

@ -1707,6 +1707,7 @@ See also `toggle-frame-maximized'."
(define-key ctl-x-5-map "o" 'other-frame)
(define-key global-map [f11] 'toggle-frame-fullscreen)
(define-key global-map [(meta f10)] 'toggle-frame-maximized)
(define-key esc-map [f10] 'toggle-frame-maximized)
;; Misc.