]> git.lyx.org Git - lyx.git/blob - lib/bind/fi_menus.bind
More licencing blurbs...
[lyx.git] / lib / bind / fi_menus.bind
1 # file fi_menus.bind
2 # This file is part of LyX, the document processor.
3 # Licence details can be found in the file COPYING.
4
5 # author Pauli Virtanen
6 # author Lars Gullik Bjønnes
7 # author Jean-Marc Lasgouttes
8
9 # Full author contact details are available in file CREDITS.
10
11 # Finnish key bindings for so-called "invisible" menus
12
13 #
14 # Insert menu
15 #
16
17 # These ones are not supported anymore.
18 #\bind "M-i minus"              "hyphenation-point-insert"
19 #\bind "M-i p"                  "dots-insert"
20 #\bind "M-i e"                  "end-of-sentence-period-insert"
21 #\bind "M-i q"                  "quote-insert"
22 #\bind "M-i apostrophe"         "quote-insert"
23 #\bind "M-i S-quotedbl"         "quote-insert"
24 #\bind "M-i s h"                        "hfill-insert"
25 #\bind "M-i s minus"            "hyphenation-point-insert"
26
27 #
28 # Font size menu
29 #
30
31
32 \bind "M-k k"                   "font-size tiny"
33 \bind "M-k S-P"                 "font-size footnotesize"
34 \bind "M-k p"                   "font-size small"
35 \bind "M-k o"                   "font-size normal"
36 \bind "M-k t"                   "font-size normal"
37 \bind "M-k s"                   "font-size large"
38 \bind "M-k S-S"                 "font-size larger"
39 \bind "M-k v"                   "font-size huge"
40 \bind "M-k S-V"                 "font-size giant"
41
42 \bind "M-k 1"                   "font-size tiny"
43 \bind "M-k 2"                   "font-size scriptsize"
44 \bind "M-k 3"                   "font-size footnotesize"
45 \bind "M-k 4"                   "font-size small"
46 \bind "M-k 5"                   "font-size normal"
47 \bind "M-k 6"                   "font-size large"
48 \bind "M-k 7"                   "font-size larger"
49 \bind "M-k 8"                   "font-size largest"
50 \bind "M-k 9"                   "font-size huge"
51 \bind "M-k 0"                   "font-size giant"
52
53 \bind "M-k plus"                "font-size increase"
54 \bind "M-k minus"               "font-size decrease"
55
56
57 #
58 # Alignment menu
59 #
60
61 #bind "M-a l"                   "para-align left"       # Not yet implemented!
62 #bind "M-a r"                   "para-align right"      # Not yet implemented!
63 #bind "M-a c"                   "para-align center"     # Not yet implemented!
64 #bind "M-a b"                   "para-align block"      # Not yet implemented!
65 #bind "M-a f"                   "para-align block"      # Not yet implemented!
66 #bind "M-a d"                   "para-align default"    # Not yet implemented!
67
68
69 #
70 # Paragraph style menu
71 #
72
73 # abcdefghij  mn  qrs uvwxyzåäö
74 # a cdefghij  mnopqrs uvwxyzåäö (S)
75 # abcdefghij lmnopqrstuvwxyzåäö (M)
76 # abcdefghij lmn pqrstuvwxyzåäö (C)
77 #
78 #
79
80 \bind "M-p p"                   "layout Standard"       # Perusteksti
81
82 \bind "M-p 0"                   "layout Part"           # Osa
83 \bind "M-p 1"                   "layout Chapter"        # Luku
84 \bind "M-p 2"                   "layout Section"        # Kappale
85 \bind "M-p 3"                   "layout Subsection"     # Alikappale
86 \bind "M-p 4"                   "layout Subsubsection"  # Alialikappale
87 \bind "M-p 5"                   "layout Paragraph"      # Osakappale
88 \bind "M-p 6"                   "layout Subparagraph"   # Aliosakappale
89
90 \bind "M-p t"                   "layout Author"         # Tekijä
91 \bind "M-p S-T"                 "layout Title"          # Teoksen nimi
92 \bind "M-p o"                   "layout Address"        # Osoite
93 \bind "M-p S-O"                 "layout Right_Address"  # Oikea osoite
94 \bind "M-p v"                   "layout Date"           # Päiväys
95 \bind "M-p M-c"                 "layout Abstract"       # Tiivistelmä
96 \bind "M-p b"                   "layout Bibliography"   # Lähdeviitteet
97
98 \bind "M-p l"                   "layout Itemize"        # Luettelo
99 \bind "M-p S-L"                 "layout Enumerate"      # Numeroitu luettelo
100 \bind "M-p C-l"                 "layout List"           # Lista
101
102 \bind "M-p k"                   "layout LyX-Code"       # LyX-koodi
103 \bind "M-p S-K"                 "layout Comment"        # Kommentti
104 \bind "M-p M-k"                 "layout Caption"        # Kuvateksti
105 \bind "M-p C-k"                 "layout Description"    # Kuvaus
106 \bind "M-p a"                   "layout Quote"          # Lainaus
107 \bind "M-p s"                   "layout Quotation"      # Sitaatti
108 \bind "M-p S-S"                 "layout Verse"          # Säe
109 \bind "M-p x"                   "layout LaTeX"          # LaTeX
110
111 \bind "M-p f"                   "layout ShortFoilhead"  # Foils!!
112 \bind "M-p S-F"                 "layout Foilhead"       # Foils!!
113 \bind "M-p r"                   "layout ShortRotatefoilhead"    # Foils!!
114 \bind "M-p S-R"                 "layout Rotatefoilhead" # Foils!!
115
116 \bind "M-p S-equal"             "layout Part*"          # M-p S-0
117 \bind "M-p S-exclam"            "layout Chapter*"       # M-p S-1
118 \bind "M-p S-quotedbl"          "layout Section*"       # M-p S-2
119 \bind "M-p S-numbersign"        "layout Subsection*"    # M-p S-3
120 \bind "M-p S-currency"          "layout Subsubsection*" # M-p S-4
121 \bind "M-p S-percent"           "layout Paragraph*"     # M-p S-5
122 \bind "M-p S-ampersand"         "layout Subparagraph*"  # M-p S-6
123
124 \bind "M-p space"               "drop-layouts-choice"
125 \bind "M-p Left"                "depth-decrement"
126 \bind "M-p Right"               "depth-increment"
127
128
129 #
130 # Character style menu
131
132
133 \bind "M-c b"                   "font-bold"     # Lihavoi
134 \bind "M-c c"                   "font-noun"     # Nimityyli
135 \bind "M-c e"                   "font-emph"     # Korosta
136 \bind "M-c m"                   "math-mode"     # Matematiikkatila
137 \bind "M-c p"                   "font-code"     # Kirjoituskone
138 \bind "M-c r"                   "font-roman"    # Oletus
139 \bind "M-c s"                   "font-sans"     # Sans serif
140 \bind "M-c t"                   "ert-insert"    # LaTeX
141 \bind "M-c u"                   "font-underline" # Alleviivaus
142
143 \bind "M-c Down"                "word-lowcase"  
144 \bind "M-c Up"                  "word-upcase"
145 \bind "M-c Right"               "word-capitalize"
146
147 \bind "M-c space"               "font-default"                  
148
149
150 #
151 # Keyboard menu
152 #
153
154 \bind "M-i 1"                   "keymap-primary"
155 \bind "M-i 2"                   "keymap-secondary"
156 \bind "M-i p"                   "keymap-off"
157 \bind "M-i o"                   "keymap-off"
158 \bind "M-i t"                   "keymap-toggle"
159 \bind "M-i x"                   "keymap-off"