]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/math.bind
A slightly buggy lfun all-insets-toggle.
[lyx.git] / lib / bind / math.bind
index 32059841b408d68cb6bfff14efb2a6823e793b63..c57d9a2066fe8bcc56e2573951b58d7cd93cc4a0 100644 (file)
@@ -1,16 +1,22 @@
-# This file is part of
-# ==================================================================
-#
-#                   LyX, the Document Processor
-#
-#               Copyright (C) 1997 LyX Team
-#
-#                      Version 0.1, May 28 1997
-#
-# ==================================================================
+# -*- text -*-
+
+# file math.bind
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+
+# author John Weiss
+# author Alejandro Aguilar Sierra
+# author Lars Gullik Bjønnes
+# author Jean-Marc Lasgouttes
+# author John Levon
+# author André Pönitz
+# author Michael Schmitt
+# author Martin Vermeer
+
+# Full author contact details are available in file CREDITS.
 
-# This file provides math mode keys.  Most were suggested by John Weiss 
-# and modified by Alejandro Aguilar Sierra to be used with different 
+# This file provides math mode keys.  Most were suggested by John Weiss
+# and modified by Alejandro Aguilar Sierra to be used with different
 # keyboard layouts.
 #
 # This file is automatically included from the main bind file.
@@ -78,7 +84,7 @@
 \bind "M-m w s"   "tabular-feature swap-row"
 
 \bind "M-m w t"   "tabular-feature valign-top"
-\bind "M-m w m"   "tabular-feature valign-center"
+\bind "M-m w m"   "tabular-feature valign-middle"
 \bind "M-m w b"   "tabular-feature valign-bottom"
 \bind "M-m c l"   "tabular-feature align-left"
 \bind "M-m c m"   "tabular-feature align-center"
 \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-less"            "math-delim langle rangle"
 \bind "M-m ~S-greater"         "math-delim rangle langle"
 \bind "M-m ~S-bar"             "math-delim | |"
 
 
-# Note: it's easy to insert binary relations like \pm, \mp, \neq, \geq, 
+# Note: it's easy to insert binary relations like \pm, \mp, \neq, \geq,
 # and \leq just by typing them. However it's easier to remember these:
 
-\bind "M-m ~S-plus"    "math-insert \pm" 
+\bind "M-m ~S-plus"    "math-insert \pm"
 \bind "M-m ~S-equal"   "math-insert \neq"
 
 \bind "Escape"         "escape"