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