]> git.lyx.org Git - features.git/commitdiff
Fix Ctrl-Tab binding for 'buffer-next'
authorAbdelrazak Younes <younes@lyx.org>
Fri, 18 Jan 2008 08:15:51 +0000 (08:15 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 18 Jan 2008 08:15:51 +0000 (08:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22620 a592a061-630c-0410-9148-cb99ea01b6c8

lib/bind/math.bind

index f9b269fefd423d4d097fa05cdc246fc061d3584e..0e775f1db0aded545430525972e2fe92d34609cb 100644 (file)
 \bind "M-m ~S-equal"   "math-insert \neq"
 
 \bind "Escape"         "escape"
-\bind "C-Tab"          "cell-split"
 \bind "M-m space"      "math-space"
+# FIXME: find another shortcut for cell-split as C-Tab is used for buffer-next
+# in 'cua.bind'.
+#\bind "C-Tab"          "cell-split"
 
 # math-macros
 \bind "C-plus"         "math-macro-unfold"