From 608f5d2d3e7158eff0391eb79c2c822862b32db8 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 19 May 2004 16:27:43 +0000 Subject: [PATCH] fix math bindings with german keyboards git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8769 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 5 +++++ lib/bind/math.bind | 18 +++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 0e004c2473..c174ba3b3e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2004-05-19 Uwe Stöhr + + * lib/math.bind: fix some bindings to work with german keyboard; + new binding "M-m y" that inserts \oint + 2004-05-19 Angus Leeming * scripts/lyxpreview2bitmap.py (find_exe): diff --git a/lib/bind/math.bind b/lib/bind/math.bind index c57d9a2066..4166b1da6a 100644 --- a/lib/bind/math.bind +++ b/lib/bind/math.bind @@ -39,10 +39,10 @@ \bind "M-m u" "math-insert \sum" \bind "M-m i" "math-insert \int" -\bind "M-m m" "math-mode" +\bind "M-m m" "math-mode" # produces mathematical text \bind "M-m d" "math-display" -#\bind "M-m o" "math-insert \oint" +\bind "M-m y" "math-insert \oint" \bind "M-m p" "math-insert \partial" \bind "M-m r" "math-insert \root" \bind "M-m l" "math-limits" @@ -97,9 +97,9 @@ \bind "M-m ~S-quotedbl" "math-insert \ddot" \bind "M-m h" "math-insert \hat" -\bind "M-m ~S-backslash" "math-insert \grave" +\bind "M-m ~C-~M-~S-backslash" "math-insert \grave" \bind "M-m ~S-slash" "math-insert \acute" -\bind "M-m ~S-ampersand" "math-insert \tilde" +\bind "M-m ~C-~M-~S-ampersand" "math-insert \tilde" \bind "M-m ~S-minus" "math-insert \bar" \bind "M-m ~S-period" "math-insert \dot" \bind "M-m S-V" "math-insert \check" @@ -113,11 +113,11 @@ # These do pairs of: () {} [] <> || \bind "M-m ~S-parenleft" "math-delim ( )" -\bind "M-m ~S-bracketleft" "math-delim [ ]" -\bind "M-m ~S-braceleft" "math-delim { }" -\bind "M-m ~S-less" "math-delim langle rangle" -\bind "M-m ~S-greater" "math-delim rangle langle" -\bind "M-m ~S-bar" "math-delim | |" +\bind "M-m ~C-~M-~S-bracketleft" "math-delim [ ]" +\bind "M-m ~C-~M-~S-braceleft" "math-delim { }" +\bind "M-m ~S-less" "math-delim langle rangle" # produces < > +\bind "M-m ~S-greater" "math-delim rangle langle" # produces > < +\bind "M-m ~C-~M-~S-bar" "math-delim | |" # Note: it's easy to insert binary relations like \pm, \mp, \neq, \geq, -- 2.39.2