]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/math.bind
more cyrillic encodings; support selection via numpad
[lyx.git] / lib / bind / math.bind
index 6a8abd56c7e0bb5c09f36f3bfaece5fe2ea1a6b9..440009ce5b0a87d2302d9b0eea4691087daec071 100644 (file)
@@ -28,9 +28,8 @@
 
 \bind "M-m f"                  "math-insert \frac"
 \bind "M-m s"                  "math-insert \sqrt"
-\bind "M-m e"                  "math-insert \mathcircumflex"
-\bind "M-m S-X"                        "math-insert \mathcircumflex"
-\bind "M-m x"                  "math-insert \_ "
+\bind "M-m e"                  "math-superscript"
+\bind "M-m x"                  "math-subscript"
 
 \bind "M-m S-A"                "command-sequence math-mode; font-roman; math-insert Å;"
 \bind "M-m S-O"                "command-sequence math-mode; font-roman; math-insert Ø;"
 \bind "M-m g g"      "math-insert \gamma"
 \bind "M-m g h"      "math-insert \eta"
 \bind "M-m g i"      "math-insert \iota"
-\bind "M-m g j"      "math-insert \epsilon"
+\bind "M-m g j"      "math-insert \varphi"
 \bind "M-m g k"      "math-insert \kappa"
 \bind "M-m g l"      "math-insert \lambda"
 \bind "M-m g m"      "math-insert \mu"
 \bind "M-m g v"      "math-insert \theta"
 \bind "M-m g w"      "math-insert \omega"
 \bind "M-m g x"      "math-insert \xi"
-\bind "M-m g y"      "math-insert \varphi"
+\bind "M-m g y"      "math-insert \psi"
 \bind "M-m g z"      "math-insert \zeta"
 
 \bind "M-m g S-D"    "math-insert \Delta"