sciword.bind: update the math numbering to what we have in trunk, fixes also bug 4893

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24986 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2008-05-28 20:45:01 +00:00
parent 17f0d78a68
commit 62d85c7437

View File

@ -82,10 +82,8 @@
# Toggle: in text mode, switch to math, and vice versa. Also C-t.
\bind "C-m" "math-mode"
# C-n is numbering equations now. Sciword had "C-Tab" mnemonic which conflicts with many things.
# Numbering equations. Should perhaps simplify math-number and math-nonumber into one command since they are used in very different contexts. This and also math-macro stuff should be available in the Lyx menus!
\bind "C-n" "math-number"
\bind "S-C-N" "math-nonumber"
\bind "C-n" "math-number-toggle"
\bind "S-C-N" "math-number-line-toggle"
\bind "C-o" "file-open"