emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bind s-~ to ns-prev-frame for Emacs.app


From: Matthew Dempsky
Subject: Re: Bind s-~ to ns-prev-frame for Emacs.app
Date: Mon, 30 Nov 2009 14:03:44 -0800

Would patches like this be better directed to bug-gnu-emacs?

On Fri, Nov 27, 2009 at 1:41 AM, Matthew Dempsky <address@hidden> wrote:
> On OS X, it's standard for Cmd-~ to cycle backwards through windows.
> Patch below makes Emacs.app follow this convention too.  (Currently
> it's not bound to anything.)
>
> --- a/lisp/term/ns-win.el
> +++ b/lisp/term/ns-win.el
> @@ -208,6 +208,7 @@ The properties returned may include `top', `left',
> `height', and `width'."
>  (define-key global-map [?\s-,] 'customize)
>  (define-key global-map [?\s-'] 'next-multiframe-window)
>  (define-key global-map [?\s-`] 'other-frame)
> +(define-key global-map [?\s-~] 'ns-prev-frame)
>  (define-key global-map [?\s--] 'center-line)
>  (define-key global-map [?\s-:] 'ispell)
>  (define-key global-map [?\s-\;] 'ispell-next)
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]