From 1fe3f59886ea65b450410d6e76f414b8f436f098 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Fri, 18 Jan 2008 08:15:51 +0000 Subject: [PATCH] Fix Ctrl-Tab binding for 'buffer-next' git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22620 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/bind/math.bind | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/bind/math.bind b/lib/bind/math.bind index f9b269fefd..0e775f1db0 100644 --- a/lib/bind/math.bind +++ b/lib/bind/math.bind @@ -135,8 +135,10 @@ \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"