From a60624cf9b701fb1560a8e31db7eab3ecab76d21 Mon Sep 17 00:00:00 2001 From: Nathaniel Date: Sun, 9 May 2010 14:53:59 -0500 Subject: [PATCH] add Cmd-Opt-; shortcut for flyspell-buffer --- aquamacs/src/site-lisp/macosx/osxkeys.el | 1 + 1 file changed, 1 insertion(+) diff --git a/aquamacs/src/site-lisp/macosx/osxkeys.el b/aquamacs/src/site-lisp/macosx/osxkeys.el index add476c520c3..2997d93c4de0 100644 --- a/aquamacs/src/site-lisp/macosx/osxkeys.el +++ b/aquamacs/src/site-lisp/macosx/osxkeys.el @@ -911,6 +911,7 @@ which key is mapped to command. The value of (define-key map `[(,osxkeys-command-key escape)] 'keyboard-escape-quit) (define-key map `[(,osxkeys-command-key :)] 'spellchecker-panel-or-ispell) (define-key map `[(,osxkeys-command-key \;)] 'spellcheck-now) + (define-key map `[(meta ,osxkeys-command-key \;)] 'flyspell-buffer) ;; Zoom Zoom! (define-key map `[(meta wheel-up)] 'zoom-font)