]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/fi_menus.bind
ui/*: re-indent according to LyX style
[lyx.git] / lib / bind / fi_menus.bind
index d73d17ebd2cb8007c1a952c320cf6519dff90513..6b589865e7be2cb13c9fd056be675152b9396318 100644 (file)
 # Font size menu
 #
 
+
 \bind "M-k k"                  "font-size tiny"
-\bind "M-k S-P"                        "font-size smaller"
+\bind "M-k S-P"                        "font-size footnotesize"
 \bind "M-k p"                  "font-size small"
 \bind "M-k o"                  "font-size normal"
 \bind "M-k t"                  "font-size normal"
 \bind "M-k s"                  "font-size large"
 \bind "M-k S-S"                        "font-size larger"
 \bind "M-k v"                  "font-size huge"
-\bind "M-k S-V"                        "font-size huger"
+\bind "M-k S-V"                        "font-size giant"
 
 \bind "M-k 1"                  "font-size tiny"
-\bind "M-k 2"                  "font-size smallest"
-\bind "M-k 3"                  "font-size smaller"
+\bind "M-k 2"                  "font-size scriptsize"
+\bind "M-k 3"                  "font-size footnotesize"
 \bind "M-k 4"                  "font-size small"
 \bind "M-k 5"                  "font-size normal"
 \bind "M-k 6"                  "font-size large"
 \bind "M-k 7"                  "font-size larger"
 \bind "M-k 8"                  "font-size largest"
 \bind "M-k 9"                  "font-size huge"
-\bind "M-k 0"                  "font-size huger"
+\bind "M-k 0"                  "font-size giant"
 
 \bind "M-k plus"               "font-size increase"
 \bind "M-k minus"              "font-size decrease"
@@ -77,6 +78,7 @@
 
 \bind "M-p p"                  "layout Standard"       # Perusteksti
 
+\bind "M-p 0"                  "layout Part"           # Osa
 \bind "M-p 1"                  "layout Chapter"        # Luku
 \bind "M-p 2"                  "layout Section"        # Kappale
 \bind "M-p 3"                  "layout Subsection"     # Alikappale
 \bind "M-p t"                  "layout Author"         # Tekijä
 \bind "M-p S-T"                        "layout Title"          # Teoksen nimi
 \bind "M-p o"                  "layout Address"        # Osoite
-\bind "M-p S-o"                        "layout RightAddress"   # Oikea osoite
-\bind "M-p p"                  "layout Date"           # Päiväys
+\bind "M-p S-O"                        "layout Right_Address"  # Oikea osoite
+\bind "M-p v"                  "layout Date"           # Päiväys
 \bind "M-p M-c"                        "layout Abstract"       # Tiivistelmä
-\bind "M-p B"                  "layout Bibliography"   # Lähdeviitteet
+\bind "M-p b"                  "layout Bibliography"   # Lähdeviitteet
 
 \bind "M-p l"                  "layout Itemize"        # Luettelo
-\bind "M-p S-l"                        "layout Enumerate"      # Numeroitu luettelo
-\bind "M-p M-l"                        "layout List"           # Lista
+\bind "M-p S-L"                        "layout Enumerate"      # Numeroitu luettelo
+\bind "M-p C-l"                        "layout List"           # Lista
 
 \bind "M-p k"                  "layout LyX-Code"       # LyX-koodi
-\bind "M-p S-k"                        "layout Comment"        # Kommentti
+\bind "M-p S-K"                        "layout Comment"        # Kommentti
 \bind "M-p M-k"                        "layout Caption"        # Kuvateksti
 \bind "M-p C-k"                        "layout Description"    # Kuvaus
-\bind "M-p s"                  "layout Quote"          # Sitaatti
-\bind "M-p C-l"                        "layout Quotation"      # Lainaus
+\bind "M-p a"                  "layout Quote"          # Lainaus
+\bind "M-p s"                  "layout Quotation"      # Sitaatti
 \bind "M-p S-S"                        "layout Verse"          # Säe
 \bind "M-p x"                  "layout LaTeX"          # LaTeX
 
 \bind "M-p r"                  "layout ShortRotatefoilhead"    # Foils!!
 \bind "M-p S-R"                        "layout Rotatefoilhead" # Foils!!
 
-\bind "M-p S-at"               "layout Section*"       # M-p S-2
-\bind "M-p S-dollar"           "layout Subsubsection*" # M-p S-4
+\bind "M-p S-equal"            "layout Part*"          # M-p S-0
+\bind "M-p S-exclam"           "layout Chapter*"       # M-p S-1
+\bind "M-p S-quotedbl"         "layout Section*"       # M-p S-2
 \bind "M-p S-numbersign"       "layout Subsection*"    # M-p S-3
+\bind "M-p S-currency"         "layout Subsubsection*" # M-p S-4
+\bind "M-p S-percent"          "layout Paragraph*"     # M-p S-5
+\bind "M-p S-ampersand"                "layout Subparagraph*"  # M-p S-6
 
 \bind "M-p space"              "drop-layouts-choice"
 \bind "M-p Left"               "depth-decrement"
 \bind "M-c p"                  "font-code"     # Kirjoituskone
 \bind "M-c r"                  "font-roman"    # Oletus
 \bind "M-c s"                  "font-sans"     # Sans serif
-\bind "M-c t"                  "tex-mode"      # LaTeX
+\bind "M-c t"                  "ert-insert"    # LaTeX
 \bind "M-c u"                  "font-underline" # Alleviivaus
 
 \bind "M-c Down"               "word-lowcase"