]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/menus.bind
Use << for raising 2 to power instead of ^
[lyx.git] / lib / bind / menus.bind
index 3392b3388d7db4c58af87da590650c845a127505..ea4b365342f987fa5a369a5dd1fee43626224430 100644 (file)
@@ -18,7 +18,7 @@
 # Font size menu
 #
 
-Format 1
+Format 5
 
 \bind "M-s t"                  "font-size tiny"
 \bind "M-s S-S"                        "font-size footnotesize"
@@ -61,6 +61,22 @@ Format 1
 \bind "M-a f"                  "paragraph-params \paragraph_spacing default"
 
 
+#
+# Arguments
+#
+
+\bind "M-a 1"                  "argument-insert 1"
+\bind "M-a 2"                  "argument-insert 2"
+\bind "M-a 3"                  "argument-insert 3"
+\bind "M-a 4"                  "argument-insert 4"
+\bind "M-a 5"                  "argument-insert 5"
+\bind "M-a 6"                  "argument-insert 6"
+\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"
+
+
 #
 # Paragraph style menu
 #
@@ -93,7 +109,7 @@ Format 1
 \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"
@@ -110,6 +126,9 @@ Format 1
 \bind "M-p Up"                 "outline-up"
 \bind "M-p Down"               "outline-down"
 
+\bind "M-p Return"             "command-alternatives environment-split ; environment-split previous"
+\bind "M-p S-Return"           "environment-split outer"
+
 
 # These are kept for backwards compatibility (only make sense on US keyboard)
 \bind "M-p S-at"               "layout Section*"       # M-p S-2