]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/math.bind
back to tabular-insert
[lyx.git] / lib / bind / math.bind
index 440009ce5b0a87d2302d9b0eea4691087daec071..39e57bf9898d0ea406d44c3e52d080965d243bdc 100644 (file)
 \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 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 o 8"   "self-insert \#8"
 \bind "M-m o 9"   "self-insert \#9"
 
+\bind "M-m t n"   "math-mutate none"
 \bind "M-m t t"   "math-mutate dump"
 \bind "M-m t a"   "math-mutate align"
-\bind "M-m t i"   "math-mutate inline"
-\bind "M-m t d"   "math-mutate display"
+\bind "M-m t i"   "math-mutate simple"
+\bind "M-m t d"   "math-mutate equation"
 \bind "M-m t e"   "math-mutate eqnarray"
+\bind "M-m t m"   "math-mutate multline"
 
 \bind "M-m c i"   "math-column-insert"
 \bind "M-m c d"   "math-column-delete"