Mercurial > hg > xemacs-beta
diff lisp/x11/x-win-sun.el @ 189:489f57a838ef r20-3b21
Import from CVS: tag r20-3b21
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:57:07 +0200 |
parents | b405438285a2 |
children | f53b5ca2e663 |
line wrap: on
line diff
--- a/lisp/x11/x-win-sun.el Mon Aug 13 09:56:30 2007 +0200 +++ b/lisp/x11/x-win-sun.el Mon Aug 13 09:57:07 2007 +0200 @@ -156,7 +156,10 @@ ,@(cond ((x-keysym-on-keyboard-sans-modifiers-p "apRead") ; SunOS 4.1.1 '(("apRead" apRead f11) ("apEdit" apEdit f12))) ((x-keysym-on-keyboard-sans-modifiers-p "SunF36") ; SunOS 5 - '(("SunF36" SunF36 f11) ("SunF37" SunF37 f12)))) + '(("SunF36" SunF36 f11) + ("SunF37" SunF37 f12) + ("F11" f11 stop) + ("F12" f12 again)))) ) do (when (x-keysym-on-keyboard-sans-modifiers-p x-name) (x-remap-keysyms-using-function-key-map from-key to-key)))