]> git.lyx.org Git - features.git/commitdiff
tab lfun changed
authorJohn Levon <levon@movementarian.org>
Wed, 2 Apr 2003 22:10:58 +0000 (22:10 +0000)
committerJohn Levon <levon@movementarian.org>
Wed, 2 Apr 2003 22:10:58 +0000 (22:10 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6690 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/bind/math.bind

index afc0269b417701f2a3b89a16d877bad52b89ce3b..b3c2926b61a897827b9e108a43f14dad16002192 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-02  John Levon  <levon@movementarian.org>
+
+       * bind/math.bind: tab lfun changed
+
 2003-04-01  John Levon  <levon@movementarian.org>
 
        * lyx2lyx/lyxconvert_218.py: fix reading of subcaption texts
index 5018bfb990efdabfe6c4f54e9a62d5f7f12796a9..32059841b408d68cb6bfff14efb2a6823e793b63 100644 (file)
 \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