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: Eli Zaretskii
Subject: Re: 26.1-rc1: global-set-key suggestions
Date: Sun, 29 Apr 2018 05:43:59 +0300

> Date: Sat, 28 Apr 2018 21:03:42 -0400
> From: Van Ly <address@hidden>
> 
> I'd like to suggest the following improvement to the out-of-the-box
> behaviour on apple-darwin, NS appkit :-
> 
>     ;;
>     ;; 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)

Why not the C-+ etc. bindings used on the other platforms?



reply via email to

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