]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/math.bind
Change, so that lyx_pot.py is extracting this string too
[lyx.git] / lib / bind / math.bind
index 0e775f1db0aded545430525972e2fe92d34609cb..164b6f6e758b8a7fed097a83d61f513b3080ef78 100644 (file)
@@ -34,8 +34,8 @@
 
 \bind "M-m f"                  "math-insert \frac"
 \bind "M-m s"                  "math-insert \sqrt"
-\bind "M-m e"                  "math-superscript"
 \bind "M-m x"                  "math-subscript"
+\bind "M-m e"                  "math-superscript"
 
 \bind "M-m u"                  "math-insert \sum"
 \bind "M-m i"                  "math-insert \int"
 
 # math-macros
 \bind "C-plus"         "math-macro-unfold"
-\bind "C-minus"        "math-macro-fold"
+# Defined in cua.bind as command-alternative to specialchar-insert hyphenation
+#\bind "C-minus"        "math-macro-fold"
 
 # This should be handled properly by some "get the next key" method