Fix Ctrl-Tab binding for 'buffer-next'

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22620 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-01-18 08:15:51 +00:00
parent 82dfa33276
commit 1fe3f59886

View File

@ -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"