]> git.lyx.org Git - lyx.git/blob - lib/bind/pt_menus.bind
More licencing blurbs...
[lyx.git] / lib / bind / pt_menus.bind
1 # file pt_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 unknown
6 # author Lars Gullik Bjønnes
7 # author Jean-Marc Lasgouttes
8
9 # Full author contact details are available in file CREDITS.
10
11 # Key bindings for menus, both invisible and visible.
12
13 # Note que trocamos a tecla f10 para Control para abrir os menus
14 # Pedro Kröger <kroger@e-net.com.br>
15 # 03/22/1999
16 # 0.3 version [não-revisada]
17
18
19 #
20 # Tamanho de Fonte
21 #
22
23 \bind "M-s t"                   "font-size tiny"
24 \bind "M-s S-S"                 "font-size footnotesize"
25 \bind "M-s s"                   "font-size small"
26 \bind "M-s n"                   "font-size normal"
27 \bind "M-s l"                   "font-size large"
28 \bind "M-s S-L"                 "font-size larger"
29 \bind "M-s h"                   "font-size huge"
30 \bind "M-s S-H"                 "font-size giant"
31
32 \bind "M-s 1"                   "font-size tiny"
33 \bind "M-s 2"                   "font-size scriptsize"
34 \bind "M-s 3"                   "font-size footnotesize"
35 \bind "M-s 4"                   "font-size small"
36 \bind "M-s 5"                   "font-size normal"
37 \bind "M-s 6"                   "font-size large"
38 \bind "M-s 7"                   "font-size larger"
39 \bind "M-s 8"                   "font-size largest"
40 \bind "M-s 9"                   "font-size huge"
41 \bind "M-s 0"                   "font-size giant"
42
43 \bind "M-s plus"                "font-size increase"
44 \bind "M-s minus"               "font-size decrease"
45
46
47 #
48 # Alinhamento
49 #
50
51 #bind "M-l l"                   "para-align left"       # Not yet implemented!
52 #bind "M-l r"                   "para-align right"      # Not yet implemented!
53 #bind "M-l c"                   "para-align center"     # Not yet implemented!
54 #bind "M-l b"                   "para-align block"      # Not yet implemented!
55 #bind "M-l f"                   "para-align block"      # Not yet implemented!
56 #bind "M-l d"                   "para-align default"    # Not yet implemented!
57
58
59 #
60 # Parágrafo
61 #
62
63 \bind "M-p 1"                   "layout Chapter" 
64 \bind "M-p 2"                   "layout Section" 
65 \bind "M-p 3"                   "layout Subsection"  
66 \bind "M-p 4"                   "layout Subsubsection"    
67 \bind "M-p 5"                   "layout Paragraph"        
68 \bind "M-p 6"                   "layout Subparagraph"
69 \bind "M-p r"                   "layout Abstract"       # resumo
70 \bind "M-p S-A"                 "layout Author"
71 \bind "M-p e"                   "layout Address"        # endereço
72 \bind "M-p S-E"                 "layout Right_Address"   # endereço à direita
73 \bind "M-p m"                   "layout Itemize"        # lista com Marcadores
74 \bind "M-p S-B"                 "layout Bibliography"   # Bibliografia
75 \bind "M-p y"                   "layout LyX-Code"
76 \bind "M-p S-C"                 "layout Comment"        # cometário
77 \bind "M-p S-L"                 "layout Caption"        # Legenda
78 \bind "M-p d"                   "layout Description"    # descrição
79 \bind "M-p S-D"                 "layout Date"           # Data
80 \bind "M-p n"                   "layout Enumerate"      # lista Numerada
81 \bind "M-p f"                   "layout ShortFoilhead"  # Foils!!
82 \bind "M-p S-F"                 "layout Foilhead"       # Foils!!
83 \bind "M-p i"                   "layout Itemize"        # bulleted list
84 \bind "M-p l"                   "layout List"
85 # \bind "M-p S-X"                       "layout LaTeX"
86 \bind "M-p n"                   "layout Enumerate"      # numbered list
87 \bind "M-p S-C"                 "layout Quote"          # Citação
88 \bind "M-p c"                   "layout Quotation"
89
90 \bind "M-p r"                   "layout ShortRotatefoilhead"    # Foils!!
91 \bind "M-p S-R"                 "layout Rotatefoilhead" # Foils!!
92
93 \bind "M-p p"                   "layout Standard"       # Padrão
94 \bind "M-p t"                   "layout Title"
95 \bind "M-p x"                   "layout LaTeX"
96 \bind "M-p space"               "drop-layouts-choice"
97 \bind "M-p S-at"                "layout Section*"       # M-p S-2
98 \bind "M-p S-numbersign"        "layout Subsection*"    # M-p S-3
99 \bind "M-p S-dollar"            "layout Subsubsection*" # M-p S-4
100 \bind "M-p v"                   "layout Verse"
101 \bind "M-p Left"                "depth-decrement"
102 \bind "M-p Right"               "depth-increment"
103
104
105 #
106 # Estilo do Caractere
107
108
109 \bind "M-c n"                   "font-bold"     # Negrito
110 \bind "M-c S-S"                 "font-noun"     # substantivo
111 \bind "M-c e"                   "font-emph"     # 
112 \bind "M-c m"                   "math-mode"     # modo matemático
113 \bind "M-c p"                   "font-code"
114 \bind "M-c r"                   "font-roman"
115 \bind "M-c s"                   "font-sans"
116 \bind "M-c t"                   "ert-insert"
117 \bind "M-c s"                   "font-underline" # Sublinhado
118
119 \bind "M-c Down"                "word-lowcase"
120 \bind "M-c Up"                  "word-upcase"
121 \bind "M-c Right"               "word-capitalize"
122
123 \bind "M-c space"               "font-default"                  
124
125
126 #
127 # Teclado
128 #
129
130 \bind "M-t 1"                   "keymap-primary"
131 \bind "M-t 2"                   "keymap-secondary"
132 \bind "M-t 0"                   "keymap-off"
133 \bind "M-t a"                   "keymap-toggle"
134 \bind "M-t x"                   "keymap-off"