]> git.lyx.org Git - lyx.git/blob - lib/bind/pt_menus.bind
2afeb2a3d3c772186e25da79a381aa081c958d4f
[lyx.git] / lib / bind / pt_menus.bind
1 # This file is part of
2 # ==================================================================
3 #
4 #                  LyX, the High Level Word Processor
5
6 #                 Copyright (C) 1995-1997 The LyX Team
7 #
8 # ==================================================================
9
10 # Key bindings for menus, both invisible and visible.
11
12 # Note que trocamos a tecla f10 para Control para abrir os menus
13 # Pedro Kröger <kroger@e-net.com.br>
14 # 03/22/1999
15 # 0.3 version [não-revisada]
16
17 # Abre os menus
18 #
19
20 #\bind "C-a"                    "menu-open Arquivo"
21 #\bind "C-e"                    "menu-open Editar"
22 #\bind "C-f"                    "menu-open Formatação"
23 #\bind "C-i"                    "menu-open Inserir"
24 #\bind "C-m"                    "menu-open Matemático"
25 #\bind "C-o"                    "menu-open Opções"
26 #\bind "C-d"                    "menu-open Documentos"
27 #\bind "C-u"                    "menu-open Ajuda"
28
29
30 #
31 # Arquivo
32 #
33
34 #\bind "M-a n"                  "buffer-new"
35 #\bind "M-a m"                  "buffer-new-template"
36 #\bind "M-a a"                  "buffer-open"
37 #\bind "M-a f"                  "buffer-close"
38 #\bind "M-a l"                  "buffer-write"
39 #\bind "M-a c"                  "buffer-write-as"
40 #\bind "M-a r"                  "buffer-reload"
41 #\bind "M-a d"                  "buffer-view dvi"
42 #\bind "M-a o"                  "buffer-view ps"
43 #\bind "M-a v"                  "buffer-update dvi"
44 #\bind "M-a z"                  "buffer-update ps"
45 #\bind "M-a p"                  "buffer-print" 
46 #\bind "M-a x"                  "buffer-fax"
47 #\bind "M-a i l"                 "buffer-import latex"
48 #\bind "M-a i a"                 "buffer-import ascii"
49 #\bind "M-a i p"                 "buffer-import asciiparagraph"
50 #\bind "M-a e l"                 "buffer-export latex"
51 #\bind "M-a e p"                 "buffer-export postscript"
52 #\bind "M-a e d"                 "buffer-export linuxdoc"
53 #\bind "M-a e t"                 "buffer-export ascii"
54 #\bind "M-a e h"                        "buffer-export html"
55 #\bind "M-a e m"                 "buffer-export custom"
56 #\bind "M-a s"                  "lyx-quit"
57 #\bind "M-a space"              "menu-open Arquivo" 
58 #bind "M-a l"                   "file-last"             # Not yet implemented.
59
60 #
61 #  Editar
62 #
63
64 #bind "M-e t"                   "table"                 # Not yet implemented!
65 #\bind "M-e c"                  "cut"
66 #\bind "M-e e"                  "error-next"
67 #\bind "M-e s"                  "find-replace"
68 #\bind "M-e k"                  "line-delete-forward"
69 #\bind "M-e m"                  "mark-on"
70 #\bind "M-e S-M"                        "mark-off"
71 #\bind "M-e n"                  "note-next"
72 #\bind "M-e o"                  "copy"
73 #\bind "M-e p"                  "paste"
74 #\bind "M-e r"                  "redo"
75 #\bind "M-e g"                  "spellchecker"
76 #\bind "M-e t"                  "buffer-chktex"
77 #\bind "M-e i"                  "toc-view"
78 #\bind "M-e u"                  "undo"
79 #\bind "M-e x"                  "latex-view-log"
80 #\bind "M-e space"              "menu-open Edit" 
81
82 #
83 # Formatação
84 #
85
86 #\bind "M-f c"                  "layout-character"
87 #\bind "M-f r"                  "layout-paragraph"
88 #\bind "M-f d"                  "layout-document"
89 #\bind "M-f p"                  "layout-paper"
90 #\bind "M-f t"                  "layout-table"
91 #\bind "M-f i"                  "layout-quotes" 
92 #\bind "M-f e"                  "font-emph" 
93 #\bind "M-f s"                  "font-noun" 
94 #\bind "M-f n"                  "font-bold" 
95 #\bind "M-f t"                  "tex-mode" 
96 #\bind "M-f v"                  "depth-next"
97 #\bind "M-f l"                  "layout-preamble"
98 #\bind "M-f a"                  "layout-save-default"
99 #\bind "M-f space"              "menu-open Layout"  
100 #\bind "M-f i"                  "buffer-itemize-bullets-select"
101
102
103 #
104 # Inserir
105 #
106
107 #\bind "M-i g"                  "figure-insert"
108 #\bind "M-i b"                  "table-insert"
109 #\bind "M-i a"                  "buffer-child-insert"
110 #\bind "M-i i l"                        "file-insert-ascii line"         
111 #\bind "M-i i p"                        "file-insert-ascii paragraph"
112 #\bind "M-i x"                  "file-insert"
113 #\bind "M-i r"                  "footnote-insert"
114 #\bind "M-i m"                  "marginpar-insert"
115
116 # PREVIOUS PATCH
117 #\bind "M-i f f"                        "buffer-float-insert figure" 
118 #\bind "M-i f t"                        "buffer-float-insert table"
119 #\bind "M-i f l"                        "buffer-float-insert wide-fig"
120 #\bind "M-i f b"                        "buffer-float-insert wide-tab"
121 #\bind "M-i f a"                        "buffer-float-insert algorithm"
122 #
123 #\bind "M-i t d"                        "toc-insert"
124 #\bind "M-i t f"                        "lof-insert"
125 #\bind "M-i t t"                        "lot-insert"
126 #\bind "M-i t i"                        "index-print"
127 #\bind "M-i t b"                        "bibtex-insert"
128 #\bind "M-i t a"                        "loa-insert"
129 #
130 #\bind "M-i minus"              "hyphenation-point-insert"
131 #\bind "M-i p"                  "dots-insert"
132 #\bind "M-i e"                  "end-of-sentence-period-insert"
133 #\bind "M-i q"                  "quote-insert"
134 #\bind "M-i apostrophe"         "quote-insert"
135 #\bind "M-i S-quotedbl"         "quote-insert"
136 #\bind "M-i s h"                        "hfill-insert"
137 # NOT IN MENU. (HIDDEN TO LEARNER)
138 #\bind "M-i s minus"            "hyphenation-point-insert"
139 #\bind "M-i s e"                        "protected-space-insert"
140 #\bind "M-i s l"                        "break-line"
141 #\bind "M-i s r"                        "dots-insert"
142 #\bind "M-i s f"                        "end-of-sentence-period-insert"
143 #\bind "M-i s a"                        "quote-insert"
144 #\bind "M-i n"                  "note-insert"
145 #\bind "M-i e"                  "label-insert"
146 #\bind "M-i c"                  "reference-insert"
147 #\bind "M-i t"                  "citation-insert"
148 #\bind "M-i d"                  "index-insert"
149 #\bind "M-i p"                  "index-insert-last"
150 #\bind "M-i space"              "menu-open Inserir"  
151
152
153 #
154 # Metemático
155 #
156
157 #\bind "M-m space"              "menu-open Matemático" 
158
159 #
160 # Opções
161 #
162
163 #bind "M-o f"                   "screen-font-options"   # Not yet implemented!
164 #bind "M-o o"                   "spellcheck-options"    # Not yet implemented!
165 #bind "M-o t"                   "keyboard-options"      # Not yet implemented!
166 #bind "M-o l"                   "latex-options"         # Not yet implemented!
167 #\bind "M-o space"              "menu-open Opções"  
168
169
170 #
171 # Documentos
172 #
173 # These are now defined in cua or emacs bind files so their "standard"
174 # bindings are available. (eg M-d "word-delete-forward" in emacs) ARRae
175 #\bind "M-d a"                  "buffer-previous"
176 #\bind "M-d space"              "menu-open Documentos"
177
178
179 #
180 # Ajuda
181 #
182
183 #bind "M-h i"                   "help-introduction"     # Not yet implemented!
184 #bind "M-h t"                   "help-tutorial"         # Not yet implemented!
185 #bind "M-h u"                   "help-user-guide"       # Not yet implemented!
186 #bind "M-h r"                   "help-reference-guide"  # Not yet implemented!
187 #bind "M-h h"                   "help-how-do-i-"        # Not yet implemented!
188 #bind "M-h c"                   "help-customization"    # Not yet implemented!
189 #bind "M-h s"                   "help-special-tools"    # Not yet implemented!
190 #bind "M-h k"                   "help-known-bugs"       # Not yet implemented!
191 #bind "M-h a"                   "help-latex-config"     # Not yet implemented!
192 #bind "M-h o"                   "help-copyright"        # Not yet implemented!
193 #bind "M-h e"                   "help-credits"          # Not yet implemented!
194 #bind "M-h v"                   "help-version"          # Not yet implemented!
195 #\bind "M-u space"              "menu-open Ajuda" 
196
197 #
198 # Tamanho de Fonte
199 #
200
201 \bind "M-s t"                   "font-size tiny"
202 \bind "M-s S-S"                 "font-size smaller"
203 \bind "M-s s"                   "font-size small"
204 \bind "M-s n"                   "font-size normal"
205 \bind "M-s l"                   "font-size large"
206 \bind "M-s S-L"                 "font-size larger"
207 \bind "M-s h"                   "font-size huge"
208 \bind "M-s S-H"                 "font-size huger"
209
210 \bind "M-s 1"                   "font-size tiny"
211 \bind "M-s 2"                   "font-size smallest"
212 \bind "M-s 3"                   "font-size smaller"
213 \bind "M-s 4"                   "font-size small"
214 \bind "M-s 5"                   "font-size normal"
215 \bind "M-s 6"                   "font-size large"
216 \bind "M-s 7"                   "font-size larger"
217 \bind "M-s 8"                   "font-size largest"
218 \bind "M-s 9"                   "font-size huge"
219 \bind "M-s 0"                   "font-size huger"
220
221 \bind "M-s plus"                "font-size increase"
222 \bind "M-s minus"               "font-size decrease"
223
224
225 #
226 # Alinhamento
227 #
228
229 #bind "M-l l"                   "para-align left"       # Not yet implemented!
230 #bind "M-l r"                   "para-align right"      # Not yet implemented!
231 #bind "M-l c"                   "para-align center"     # Not yet implemented!
232 #bind "M-l b"                   "para-align block"      # Not yet implemented!
233 #bind "M-l f"                   "para-align block"      # Not yet implemented!
234 #bind "M-l d"                   "para-align default"    # Not yet implemented!
235
236
237 #
238 # Parágrafo
239 #
240
241 \bind "M-p 1"                   "layout Chapter" 
242 \bind "M-p 2"                   "layout Section" 
243 \bind "M-p 3"                   "layout Subsection"  
244 \bind "M-p 4"                   "layout Subsubsection"    
245 \bind "M-p 5"                   "layout Paragraph"        
246 \bind "M-p 6"                   "layout Subparagraph"
247 \bind "M-p r"                   "layout Abstract"       # resumo
248 \bind "M-p S-A"                 "layout Author"
249 \bind "M-p e"                   "layout Address"        # endereço
250 \bind "M-p S-E"                 "layout RightAddress"   # endereço à direita
251 \bind "M-p m"                   "layout Itemize"        # lista com Marcadores
252 \bind "M-p S-B"                 "layout Bibliography"   # Bibliografia
253 \bind "M-p y"                   "layout LyX-Code"
254 \bind "M-p S-C"                 "layout Comment"        # cometário
255 \bind "M-p S-L"                 "layout Caption"        # Legenda
256 \bind "M-p d"                   "layout Description"    # descrição
257 \bind "M-p S-D"                 "layout Date"           # Data
258 \bind "M-p n"                   "layout Enumerate"      # lista Numerada
259 \bind "M-p f"                   "layout ShortFoilhead"  # Foils!!
260 \bind "M-p S-F"                 "layout Foilhead"       # Foils!!
261 \bind "M-p i"                   "layout Itemize"        # bulleted list
262 \bind "M-p l"                   "layout List"
263 # \bind "M-p S-X"                       "layout LaTeX"
264 \bind "M-p n"                   "layout Enumerate"      # numbered list
265 \bind "M-p S-C"                 "layout Quote"          # Citação
266 \bind "M-p c"                   "layout Quotation"
267
268 \bind "M-p r"                   "layout ShortRotatefoilhead"    # Foils!!
269 \bind "M-p S-R"                 "layout Rotatefoilhead" # Foils!!
270
271 \bind "M-p p"                   "layout Standard"       # Padrão
272 \bind "M-p t"                   "layout Title"
273 \bind "M-p x"                   "layout LaTeX"
274 \bind "M-p space"               "drop-layouts-choice"
275 \bind "M-p S-at"                "layout Section*"       # M-p S-2
276 \bind "M-p S-numbersign"        "layout Subsection*"    # M-p S-3
277 \bind "M-p S-dollar"            "layout Subsubsection*" # M-p S-4
278 \bind "M-p v"                   "layout Verse"
279 \bind "M-p Left"                "depth-decrement"
280 \bind "M-p Right"               "depth-increment"
281
282
283 #
284 # Estilo do Caractere
285
286
287 \bind "M-c n"                   "font-bold"     # Negrito
288 \bind "M-c S-S"                 "font-noun"     # substantivo
289 \bind "M-c e"                   "font-emph"     # 
290 \bind "M-c m"                   "math-mode"     # modo matemático
291 \bind "M-c p"                   "font-code"
292 \bind "M-c r"                   "font-roman"
293 \bind "M-c s"                   "font-sans"
294 \bind "M-c t"                   "tex-mode"
295 \bind "M-c s"                   "font-underline" # Sublinhado
296
297 \bind "M-c Down"                "word-lowcase"
298 \bind "M-c Up"                  "word-upcase"
299 \bind "M-c Right"               "word-capitalize"
300
301 \bind "M-c space"               "font-default"                  
302
303
304 #
305 # Teclado
306 #
307
308 \bind "M-t 1"                   "keymap-primary"
309 \bind "M-t 2"                   "keymap-secondary"
310 \bind "M-t 0"                   "keymap-off"
311 \bind "M-t a"                   "keymap-toggle"
312 \bind "M-t x"                   "keymap-off"