From: Pavel Sanda Date: Fri, 4 Jul 2008 13:09:22 +0000 (+0000) Subject: Leftovers from http://www.lyx.org/trac/changeset/22496 . X-Git-Tag: 1.6.10~4233 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=551f32859db25cb9e269eb5522a3fcd04806b9ba;p=features.git 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 --- diff --git a/lib/bind/aqua.bind b/lib/bind/aqua.bind index a02eba7418..e0d8897686 100644 --- a/lib/bind/aqua.bind +++ b/lib/bind/aqua.bind @@ -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" diff --git a/lib/bind/cua.bind b/lib/bind/cua.bind index 7ff474d553..91e8f21479 100644 --- a/lib/bind/cua.bind +++ b/lib/bind/cua.bind @@ -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 diff --git a/lib/ui/classic.ui b/lib/ui/classic.ui index 55448b2c75..721b20e2bb 100644 --- a/lib/ui/classic.ui +++ b/lib/ui/classic.ui @@ -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 diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index bee852f8d3..9e76fc791e 100644 --- a/lib/ui/stdmenus.inc +++ b/lib/ui/stdmenus.inc @@ -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;"