]> git.lyx.org Git - features.git/commitdiff
fix math bindings with german keyboards
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 19 May 2004 16:27:43 +0000 (16:27 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 19 May 2004 16:27:43 +0000 (16:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8769 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/bind/math.bind

index 0e004c247384978c93941b6a49eb33213f475b64..c174ba3b3eb2139868c4fc8344cd9a3d743c2c31 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-19  Uwe Stöhr  <uwestoehr@web.de>
+
+       * lib/math.bind: fix some bindings to work with german keyboard;
+       new binding "M-m y" that inserts \oint
+
 2004-05-19  Angus Leeming  <leeming@lyx.org>
 
        * scripts/lyxpreview2bitmap.py (find_exe):
index c57d9a2066fe8bcc56e2573951b58d7cd93cc4a0..4166b1da6aa4ca22766d82ed5d72323a6599309c 100644 (file)
 
 \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"
 # 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,