From: John Levon Date: Wed, 2 Apr 2003 22:10:58 +0000 (+0000) Subject: tab lfun changed X-Git-Tag: 1.6.10~17073 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d283cc7745f13b4a72af54b21777ef2b9769622d;p=features.git tab lfun changed git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6690 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ChangeLog b/lib/ChangeLog index afc0269b41..b3c2926b61 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2003-04-02 John Levon + + * bind/math.bind: tab lfun changed + 2003-04-01 John Levon * lyx2lyx/lyxconvert_218.py: fix reading of subcaption texts diff --git a/lib/bind/math.bind b/lib/bind/math.bind index 5018bfb990..32059841b4 100644 --- a/lib/bind/math.bind +++ b/lib/bind/math.bind @@ -121,7 +121,7 @@ \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