]> git.lyx.org Git - features.git/blob - lib/bind/menus.bind
More licencing blurbs...
[features.git] / lib / bind / menus.bind
1 # file 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 Lars Gullik Bjønnes
6 # author Jean-Marc Lasgouttes
7 # author Michael Schmitt
8 # author Jürgen Vigna
9
10 # Full author contact details are available in file CREDITS.
11
12 # Key bindings for so-called "invisible" menus
13
14 #
15 # Insert menu
16 #
17
18 # These ones are not supported anymore.
19 #\bind "M-i minus"              "hyphenation-point-insert"
20 #\bind "M-i p"                  "dots-insert"
21 #\bind "M-i e"                  "end-of-sentence-period-insert"
22 #\bind "M-i q"                  "quote-insert"
23 #\bind "M-i apostrophe"         "quote-insert"
24 #\bind "M-i S-quotedbl"         "quote-insert"
25 #\bind "M-i s h"                        "hfill-insert"
26 #\bind "M-i s minus"            "hyphenation-point-insert"
27
28 #
29 # Font size menu
30 #
31
32 \bind "M-s t"                   "font-size tiny"
33 \bind "M-s S-S"                 "font-size footnotesize"
34 \bind "M-s s"                   "font-size small"
35 \bind "M-s n"                   "font-size normal"
36 \bind "M-s l"                   "font-size large"
37 \bind "M-s S-L"                 "font-size larger"
38 \bind "M-s h"                   "font-size huge"
39 \bind "M-s S-H"                 "font-size giant"
40
41 \bind "M-s 1"                   "font-size tiny"
42 \bind "M-s 2"                   "font-size scriptsize"
43 \bind "M-s 3"                   "font-size footnotesize"
44 \bind "M-s 4"                   "font-size small"
45 \bind "M-s 5"                   "font-size normal"
46 \bind "M-s 6"                   "font-size large"
47 \bind "M-s 7"                   "font-size larger"
48 \bind "M-s 8"                   "font-size largest"
49 \bind "M-s 9"                   "font-size huge"
50 \bind "M-s 0"                   "font-size giant"
51
52 \bind "M-s ~S-plus"             "font-size increase"
53 \bind "M-s minus"               "font-size decrease"
54
55
56 #
57 # Alignment menu
58 #
59
60 #bind "M-a l"                   "para-align left"       # Not yet implemented!
61 #bind "M-a r"                   "para-align right"      # Not yet implemented!
62 #bind "M-a c"                   "para-align center"     # Not yet implemented!
63 #bind "M-a b"                   "para-align block"      # Not yet implemented!
64 #bind "M-a f"                   "para-align block"      # Not yet implemented!
65 #bind "M-a d"                   "para-align default"    # Not yet implemented!
66
67
68 #
69 # Paragraph style menu
70 #
71
72 \bind "M-p ~S-0"                "layout Part" 
73 \bind "M-p ~S-1"                "layout Chapter" 
74 \bind "M-p ~S-2"                "layout Section" 
75 \bind "M-p ~S-3"                "layout Subsection"  
76 \bind "M-p ~S-4"                "layout Subsubsection"    
77 \bind "M-p ~S-5"                "layout Paragraph"        
78 \bind "M-p ~S-6"                "layout Subparagraph"
79 \bind "M-p ~S-asterisk ~S-0"    "layout Part*" 
80 \bind "M-p ~S-asterisk ~S-1"    "layout Chapter*" 
81 \bind "M-p ~S-asterisk ~S-2"    "layout Section*" 
82 \bind "M-p ~S-asterisk ~S-3"    "layout Subsection*"  
83 \bind "M-p ~S-asterisk ~S-4"    "layout Subsubsection*"    
84 \bind "M-p ~S-asterisk ~S-5"    "layout Paragraph*"        
85 \bind "M-p ~S-asterisk ~S-6"    "layout Subparagraph*"
86 \bind "M-p a"                   "layout Abstract"
87 \bind "M-p S-A"                 "layout Author"
88 \bind "M-p M-a"                 "layout Address"
89 \bind "M-p C-a"                 "layout Right_Address"
90 \bind "M-p b"                   "layout Itemize"        # bulleted list
91 \bind "M-p S-B"                 "layout Bibliography"
92 \bind "M-p c"                   "layout LyX-Code"
93 \bind "M-p S-C"                 "layout Comment"
94 \bind "M-p M-c"                 "layout Caption"
95 \bind "M-p d"                   "layout Description"
96 \bind "M-p S-D"                 "layout Date"
97 \bind "M-p e"                   "layout Enumerate"      # numbered list
98 \bind "M-p f"                   "layout ShortFoilhead"  # Foils!!
99 \bind "M-p S-F"                 "layout Foilhead"       # Foils!!
100 \bind "M-p i"                   "layout Itemize"        # bulleted list
101 \bind "M-p l"                   "layout List"
102 \bind "M-p S-L"                 "layout LaTeX"
103 \bind "M-p n"                   "layout Enumerate"      # numbered list
104 \bind "M-p q"                   "layout Quote"
105 \bind "M-p S-Q"                 "layout Quotation"
106 \bind "M-p r"                   "layout ShortRotatefoilhead"    # Foils!!
107 \bind "M-p S-R"                 "layout Rotatefoilhead" # Foils!!
108 \bind "M-p s"                   "layout Standard"
109 \bind "M-p t"                   "layout Title"
110 \bind "M-p space"               "drop-layouts-choice"
111 \bind "M-p v"                   "layout Verse"
112
113 \bind "M-p Left"                "depth-decrement"
114 \bind "M-p Right"               "depth-increment"
115
116 # These are kept for backwards compatibility (only make sense on US keyboard)
117 \bind "M-p S-at"                "layout Section*"       # M-p S-2
118 \bind "M-p S-dollar"            "layout Subsubsection*" # M-p S-4
119 \bind "M-p S-numbersign"        "layout Subsection*"    # M-p S-3
120
121
122 #
123 # Character style menu
124
125
126 \bind "M-c b"                   "font-bold"
127 \bind "M-c c"                   "font-noun"
128 \bind "M-c e"                   "font-emph"
129 \bind "M-c m"                   "math-mode"
130 \bind "M-c p"                   "font-code"
131 \bind "M-c r"                   "font-roman"
132 \bind "M-c s"                   "font-sans"
133 #\bind "M-c t"                  "ert-insert"
134 \bind "M-c u"                   "font-underline"
135
136 \bind "M-c Down"                "word-lowcase"
137 \bind "M-c Up"                  "word-upcase"
138 \bind "M-c Right"               "word-capitalize"
139
140 \bind "M-c space"               "font-default"                  
141
142
143 #
144 # Keyboard menu
145 #
146
147 \bind "M-k 1"                   "keymap-primary"
148 \bind "M-k 2"                   "keymap-secondary"
149 \bind "M-k o"                   "keymap-off"
150 \bind "M-k t"                   "keymap-toggle"
151 \bind "M-k x"                   "keymap-off"