From: André Pönitz Date: Mon, 4 Feb 2002 11:04:16 +0000 (+0000) Subject: Martin's umlaut bindings X-Git-Tag: 1.6.10~19917 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d2d30d45f17c55bfdaf27309eda62230047c552a;p=features.git Martin's umlaut bindings git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3478 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ChangeLog b/lib/ChangeLog index ddb1bad611..ff13f0d6c9 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2002-02-04 Martin Vermeer + + * bind/math-bind: keybindings for umlauts and other special chars + 2002-01-31 Angus Leeming * images/figure-insert.xpm: renamed as images/graphics-insert.xpm. diff --git a/lib/bind/math.bind b/lib/bind/math.bind index 114ff84d93..895758b2d7 100644 --- a/lib/bind/math.bind +++ b/lib/bind/math.bind @@ -152,3 +152,16 @@ \bind "M-m g S-W" "math-insert \Omega" \bind "M-m g S-X" "math-insert \Xi" \bind "M-m g S-Y" "math-insert \Varphi" + + +\bind "M-m S-Aring" "math-insert Å" +\bind "M-m aring" "math-insert å" +\bind "M-m S-Oslash" "math-insert Ø" +\bind "M-m oslash" "math-insert ø" +\bind "M-m S-Adiaeresis" "math-insert Ä" +\bind "M-m adiaeresis" "math-insert ä" +\bind "M-m S-Odiaeresis" "math-insert Ö" +\bind "M-m odiaeresis" "math-insert ö" +\bind "M-m S-Udiaeresis" "math-insert Ü" +\bind "M-m udiaeresis" "math-insert ü" +