]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/menus.bind
unicodesymbols: mark several Greek characters as deprecated (oxia becoming tonos).
[lyx.git] / lib / bind / menus.bind
index 4bf94e8d9f121177348c9fb013cefa2720aef8f2..fafc2d36e2d808b937e5bd1c62a7b58a07e820d3 100644 (file)
@@ -18,7 +18,7 @@
 # Font size menu
 #
 
-Format 4
+Format 5
 
 \bind "M-s t"                  "font-size tiny"
 \bind "M-s S-S"                        "font-size footnotesize"
@@ -74,6 +74,7 @@ Format 4
 \bind "M-a 7"                  "argument-insert 7"
 \bind "M-a 8"                  "argument-insert 8"
 \bind "M-a 9"                  "argument-insert 9"
+\bind "M-a 0"                  "argument-insert post:1"
 
 
 #
@@ -108,7 +109,7 @@ Format 4
 \bind "M-p f"                  "layout ShortFoilhead"  # Foils!!
 \bind "M-p S-F"                        "layout Foilhead"       # Foils!!
 \bind "M-p i"                  "layout Itemize"        # bulleted list
-\bind "M-p l"                  "layout List"
+\bind "M-p l"                  "layout Labeling"
 \bind "M-p S-L"                        "layout LaTeX"
 \bind "M-p n"                  "layout Enumerate"      # numbered list
 \bind "M-p q"                  "layout Quote"
@@ -125,7 +126,8 @@ Format 4
 \bind "M-p Up"                 "outline-up"
 \bind "M-p Down"               "outline-down"
 
-\bind "M-p Return"             "environment-split"
+\bind "M-p M-Return"           "environment-split before"
+\bind "M-p Return"             "command-alternatives environment-split ; environment-split previous"
 \bind "M-p S-Return"           "environment-split outer"