emacs-devel
[Top][All Lists]
Advanced

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

Re: 26.1-rc1: global-set-key suggestions


From: Van L
Subject: Re: 26.1-rc1: global-set-key suggestions
Date: Sat, 02 Jun 2018 00:14:54 -0400

Alan Third  writes:

> > 
> >     ;;
> >     ;; Allow Command-Plus-or-Minus to text-scale fontsize.
> >     ;;
> >     
> >     (global-set-key (kbd "s-+") #'text-scale-increase)
> >     (global-set-key (kbd "s-=") #'text-scale-increase)
> >     (global-set-key (kbd "s--") #'text-scale-decrease)
> >     
> 
> I’ve attached a patch for this.
> 

Super thanks.

The Mac Port doesn't do the super-key at all, for example, for to:

;;(Define-key global-map [s-right] 'ns-next-frame)
;;(define-key global-map [s-left] 'ns-prev-frame)

Interestingly, Mac Port has assigned `fn-left` to perform C-a, <home>.

A search for `keyboards emacs` on Amazon shows four year old stickers, no 
keyboards, yet.



reply via email to

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