From d2d30d45f17c55bfdaf27309eda62230047c552a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Mon, 4 Feb 2002 11:04:16 +0000 Subject: [PATCH] Martin's umlaut bindings git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3478 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 4 ++++ lib/bind/math.bind | 13 +++++++++++++ 2 files changed, 17 insertions(+) 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 ü" + -- 2.39.5