]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/math.bind
Standand blurb for all binding files.
[lyx.git] / lib / bind / math.bind
index 5018bfb990efdabfe6c4f54e9a62d5f7f12796a9..5fbf736488301dcc1cb639d0a4cae6b514804033 100644 (file)
@@ -1,13 +1,17 @@
-# This file is part of
-# ==================================================================
-#
-#                   LyX, the Document Processor
-#
-#               Copyright (C) 1997 LyX Team
-#
-#                      Version 0.1, May 28 1997
-#
-# ==================================================================
+# 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 
@@ -78,7 +82,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-equal"   "math-insert \neq"
 
 \bind "Escape"         "escape"
-\bind "C-Tab"          "tab-insert"
+\bind "C-Tab"          "cell-split"
 \bind "M-m space"      "math-space"
 
 # This should be handled properly by some "get the next key" method