git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25443 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-07-04 13:09:22 +00:00
parent 81f63f6670
commit 551f32859d
4 changed files with 6 additions and 6 deletions

View File

@ -102,8 +102,8 @@
\bind "M-~S-e t u" "tabular-feature append-column"
\bind "M-~S-e t d" "tabular-feature delete-column"
\bind "M-~S-e m n" "math-number"
\bind "M-~S-e m u" "math-nonumber"
\bind "M-~S-e m n" "math-number-toggle"
\bind "M-~S-e m u" "math-number-line-toggle"
\bind "M-~S-e m r" "tabular-feature append-row"
\bind "M-~S-e m d" "tabular-feature delete-row"
\bind "M-~S-e m c" "tabular-feature append-column"

View File

@ -65,7 +65,7 @@
\bind "C-m" "math-mode"
\bind "C-S-M" "math-display"
\bind "C-M-n" "command-sequence math-display; math-number;"
\bind "C-M-n" "command-sequence math-display; math-number-toggle;"
\bind "C-f" "dialog-show findreplace"
\bind "C-i" "next-inset-toggle" # 'i' for Inset

View File

@ -156,8 +156,8 @@ Menuset
# Item "Make alignat 2 columns|2" "break-line B"
# Item "Make alignat 3 columns|3" "break-line C"
# Separator
Item "Toggle Numbering|N" "math-number"
Item "Toggle Numbering of Line|u" "math-nonumber"
Item "Toggle Numbering|N" "math-number-toggle"
Item "Toggle Numbering of Line|u" "math-number-line-toggle"
# Item "Toggle limits|l" "math-limits"
Submenu "Change Limits Type|L" "edit_math_limits"
Separator

View File

@ -384,7 +384,7 @@ Menuset
Menu "insert_math"
Item "Inline Formula|I" "math-mode on"
Item "Display Formula|D" "math-display"
Item "Numbered Formula|N" "command-sequence math-display; math-number;"
Item "Numbered Formula|N" "command-sequence math-display; math-number-toggle;"
Item "Eqnarray Environment|E" "command-sequence math-mode on; math-mutate eqnarray;"
Item "AMS align Environment|a" "command-sequence math-mode on; math-mutate align;"
Item "AMS alignat Environment|t" "command-sequence math-mode on; math-mutate alignat;"