]> git.lyx.org Git - lyx.git/blob - lib/bind/sk/menus.bind
Correct documentation of localized bind files
[lyx.git] / lib / bind / sk / menus.bind
1 # -*- text -*-
2
3 # file sk/menus.bind
4 # This file is part of LyX, the document processor.
5 # Licence details can be found in the file COPYING.
6
7 # author Lars Gullik Bjønnes
8 # author Jean-Marc Lasgouttes
9 # author Michael Gerz
10 # author Jürgen Vigna
11 # author Kornel Benko
12
13 # Full author contact details are available in file CREDITS.
14
15 # Key bindings for so-called "invisible" menus
16 # Adapted to the slovak internationalisation
17
18 # Toto je slovenská verzia súboru /usr/local/share/lyx/bind/menus.bind.
19 # Je myslená pre tých, ktorí používajú slovenské UI pre funkcie v menu.
20 # Slovenské verzia je nutná, lebo niektoré niektoré skratky sa neznášajú
21 # so slovenskou ponukou.
22 #
23 # Napr. je pre ponuku 'Súbor' teraz skratka ALT-S.
24 #
25 # Bývalé skratky ktoré začńali s ALT-S, začínajú teraz s ALT-F.
26 #
27
28 Format 5
29
30 \bind "M-f t"                   "font-size tiny"
31 \bind "M-f S-S"                 "font-size footnotesize"
32 \bind "M-f s"                   "font-size small"
33 \bind "M-f n"                   "font-size normal"
34 \bind "M-f l"                   "font-size large"
35 \bind "M-f S-L"                 "font-size larger"
36 \bind "M-f h"                   "font-size huge"
37 \bind "M-f S-H"                 "font-size giant"
38
39 \bind "M-f ~S-1"                "font-size tiny"
40 \bind "M-f ~S-2"                "font-size scriptsize"
41 \bind "M-f ~S-3"                "font-size footnotesize"
42 \bind "M-f ~S-4"                "font-size small"
43 \bind "M-f ~S-5"                "font-size normal"
44 \bind "M-f ~S-6"                "font-size large"
45 \bind "M-f ~S-7"                "font-size larger"
46 \bind "M-f ~S-8"                "font-size largest"
47 \bind "M-f ~S-9"                "font-size huge"
48 \bind "M-f ~S-0"                "font-size giant"
49
50 \bind "M-f ~S-plus"             "font-size increase"
51 \bind "M-f ~S-minus"            "font-size decrease"
52
53 #
54 # Paragraph menu
55 #
56
57 # We are using here "M-o" as a prefix, so unbind the following
58 \unbind "M-o" "inset-settings"
59
60 \bind "C-M-i" "inset-settings"
61 #\bind "M-o l"                   "paragraph-params \align left"
62 #\bind "M-o r"                   "paragraph-params \align right"
63 #\bind "M-o c"                   "paragraph-params \align center"
64 # It's called Justified in the UI
65 \bind "M-o j"                   "paragraph-params \align block"
66 #\bind "M-o e"                   "paragraph-params \align default"
67 #\bind "M-o i"                   "paragraph-params \indent-toggle"
68 \bind "M-o s"                   "paragraph-params \paragraph_spacing single"
69
70 #
71 # Arguments
72 #
73
74 \bind "M-a 1"                   "argument-insert 1"
75 \bind "M-a 2"                   "argument-insert 2"
76 \bind "M-a 3"                   "argument-insert 3"
77 \bind "M-a 4"                   "argument-insert 4"
78 \bind "M-a 5"                   "argument-insert 5"
79 \bind "M-a 6"                   "argument-insert 6"
80 \bind "M-a 7"                   "argument-insert 7"
81 \bind "M-a 8"                   "argument-insert 8"
82 \bind "M-a 9"                   "argument-insert 9"
83 \bind "M-a 0"                   "argument-insert post:1"
84
85 #
86 # Paragraph style menu
87 #
88
89 \bind "M-o ~S-0"                "layout Part"
90 \bind "M-o ~S-1"                "layout Chapter"
91 \bind "M-o ~S-2"                "layout Section"
92 \bind "M-o ~S-3"                "layout Subsection"
93 \bind "M-o ~S-4"                "layout Subsubsection"
94 \bind "M-o ~S-5"                "layout Paragraph"
95 \bind "M-o ~S-6"                "layout Subparagraph"
96 \bind "M-o ~S-9"                "layout Standard"
97 \bind "M-o ~S-asterisk ~S-0"    "layout Part*"
98 \bind "M-o ~S-asterisk ~S-1"    "layout Chapter*"
99 \bind "M-o ~S-asterisk ~S-2"    "layout Section*"
100 \bind "M-o ~S-asterisk ~S-3"    "layout Subsection*"
101 \bind "M-o ~S-asterisk ~S-4"    "layout Subsubsection*"
102 \bind "M-o ~S-asterisk ~S-5"    "layout Paragraph*"
103 \bind "M-o ~S-asterisk ~S-6"    "layout Subparagraph*"
104 \bind "M-o a"                   "layout Abstract"
105 \bind "M-o S-A"                 "layout Author"
106 \bind "M-o M-a"                 "layout Address"
107 \bind "M-o C-a"                 "layout Right_Address"
108 \bind "M-o b"                   "layout Itemize"        # bulleted list
109 \bind "M-o S-B"                 "layout Bibliography"
110 \bind "M-o c"                   "layout LyX-Code"
111 \bind "M-o S-C"                 "layout Comment"
112 \bind "M-o d"                   "layout Description"
113 \bind "M-o S-D"                 "layout Date"
114 \bind "M-o e"                   "layout Enumerate"      # numbered list
115 \bind "M-o f"                   "layout ShortFoilhead"  # Foils!!
116 \bind "M-o S-F"                 "layout Foilhead"       # Foils!!
117 \bind "M-o i"                   "layout Itemize"        # bulleted list
118 \bind "M-o l"                   "layout Labeling"
119 \bind "M-o S-L"                 "layout LaTeX"
120 \bind "M-o n"                   "layout Enumerate"      # numbered list
121 \bind "M-o q"                   "layout Quote"
122 \bind "M-o S-Q"                 "layout Quotation"
123 \bind "M-o r"                   "layout ShortRotatefoilhead"    # Foils!!
124 \bind "M-o S-R"                 "layout Rotatefoilhead" # Foils!!
125 \bind "M-o t"                   "layout Title"
126 \bind "M-o space"               "drop-layouts-choice"
127 \bind "M-o v"                   "layout Verse"
128
129 \bind "M-o Left"                "outline-out"
130 \bind "M-o Right"               "outline-in"
131 \bind "M-o Up"                  "outline-up"
132 \bind "M-o Down"                "outline-down"
133
134 \bind "M-o S-Return"            "environment-split outer"
135
136 #
137 # Character style menu
138 #
139
140 \bind "M-c n"                   "font-noun"
141 \bind "M-c e"                   "font-emph"
142 \bind "M-c b"                   "font-bold"
143 \bind "M-c r"                   "font-roman"
144 \bind "M-c s"                   "font-sans"
145 \bind "M-c f"                   "font-frak"
146 \bind "M-c i"                   "font-ital"
147 \bind "M-c t"                   "font-typewriter"
148 \bind "M-c space"               "font-default"
149
150 #
151 # Clashes
152 #
153
154 \unbind "M-u" "word-upcase partial"
155 \unbind "M-d" "word-delete-forward"