]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/math.bind
* bind/math.bind: shortcut for \psi
[lyx.git] / lib / bind / math.bind
index ec2d94a44780297db04d390410feeab8b08bfeff..216d643e3dd0185f6e60d73f9d2af24330b8e4db 100644 (file)
 
 \bind "M-m f"                  "math-insert \frac"
 \bind "M-m s"                  "math-insert \sqrt"
-\bind "M-m e"                  "math-insert ^"
-\bind "M-m x"                  "math-insert _"
+\bind "M-m e"                  "math-insert \mathcircumflex"
+\bind "M-m S-X"                        "math-insert \mathcircumflex"
+\bind "M-m x"                  "math-insert \_ "
+
+\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 S-T"                "command-sequence math-mode; math-insert \mathrm; math-insert T;"
+
 \bind "M-m u"                  "math-insert \sum"
 \bind "M-m i"                  "math-insert \int"
 \bind "M-m m"                  "math-mode"
 \bind "M-m S-N"                        "math-nonumber"
 \bind "M-m 8"                  "math-insert \infty"
 
-\bind "M-m o 1"    "math-macro-arg 1"
-\bind "M-m o 2"    "math-macro-arg 2"
-\bind "M-m o 3"    "math-macro-arg 3"
-\bind "M-m o 4"    "math-macro-arg 4"
-\bind "M-m o 5"    "math-macro-arg 5"
-\bind "M-m o 6"    "math-macro-arg 6"
-\bind "M-m o 7"    "math-macro-arg 7"
-\bind "M-m o 8"    "math-macro-arg 8"
-\bind "M-m o 9"    "math-macro-arg 9"
+\bind "M-m o 1"   "self-insert \#1"
+\bind "M-m o 2"   "self-insert \#2"
+\bind "M-m o 3"   "self-insert \#3"
+\bind "M-m o 4"   "self-insert \#4"
+\bind "M-m o 5"   "self-insert \#5"
+\bind "M-m o 6"   "self-insert \#6"
+\bind "M-m o 7"   "self-insert \#7"
+\bind "M-m o 8"   "self-insert \#8"
+\bind "M-m o 9"   "self-insert \#9"
 
 \bind "M-m t t"   "math-mutate dump"
 \bind "M-m t a"   "math-mutate align"
 \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"
 \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"
-
-