mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Leftovers from http://www.lyx.org/trac/changeset/22496 .
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25443 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
81f63f6670
commit
551f32859d
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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;"
|
||||
|
Loading…
Reference in New Issue
Block a user