From: Angus Leeming Date: Thu, 27 Sep 2001 16:49:25 +0000 (+0000) Subject: Changed the binding for "font-size decrease" from "M-s plus" to "M-s ~S-plus". X-Git-Tag: 1.6.10~20543 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=61104e3a27e0e9b9621fc17241e1041a541a84cf;p=features.git Changed the binding for "font-size decrease" from "M-s plus" to "M-s ~S-plus". git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2813 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 0c877bf798..b263bf8664 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2001-09-27 Angus Leeming + + * bind/menus.bind: changed from "M-s plus" to "M-s ~S-plus" + 2001-09-27 Jean-Marc Lasgouttes * CREDITS: add Jürgen Spitzmüller diff --git a/lib/bind/menus.bind b/lib/bind/menus.bind index 954a8e6135..ba4c4a93c8 100644 --- a/lib/bind/menus.bind +++ b/lib/bind/menus.bind @@ -47,7 +47,7 @@ \bind "M-s 9" "font-size huge" \bind "M-s 0" "font-size giant" -\bind "M-s plus" "font-size increase" +\bind "M-s ~S-plus" "font-size increase" \bind "M-s minus" "font-size decrease"