]> git.lyx.org Git - features.git/commitdiff
Leftovers from http://www.lyx.org/trac/changeset/22496 .
authorPavel Sanda <sanda@lyx.org>
Fri, 4 Jul 2008 13:09:22 +0000 (13:09 +0000)
committerPavel Sanda <sanda@lyx.org>
Fri, 4 Jul 2008 13:09:22 +0000 (13:09 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25443 a592a061-630c-0410-9148-cb99ea01b6c8

lib/bind/aqua.bind
lib/bind/cua.bind
lib/ui/classic.ui
lib/ui/stdmenus.inc

index a02eba74182dec0fcdc1d3ab1a0e066749dd01fe..e0d889768655bd82135c7ec5ba1aed11243f9ca3 100644 (file)
 \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"
index 7ff474d553efafaea7d9f44459134cafea926829..91e8f2147923c3de4f7d062d1ad3ace6be2cc954 100644 (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
index 55448b2c758882aa88474bbc64c07fe74874a6b3..721b20e2bb74b43fe3bbb909b3f35b5095e9028e 100644 (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
index bee852f8d338f2b9b2c8cdaed2e340f4a21a4aaf..9e76fc791ebc33d5da218b77e2e2d6182b2840ea 100644 (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;"