]> git.lyx.org Git - lyx.git/blob - lib/bind/aqua.bind
languages: fix activation of Spanish characters (bug 4361)
[lyx.git] / lib / bind / aqua.bind
1 # This file is part of LyX
2 #
3 # This is the Aqua bind file, which replaces key bindings that
4 # are grabbed by the Qt/MacOSX library.
5 # NB.  These bindings use Option-Shift
6 #
7 # DO NOT CHANGE THIS DEFAULT BINDING FILE! It will be replaced
8 # with every new install of LyX and your changes will be lost.
9 # Instead, customize a copy of this file placed in
10 # ~/.lyx/bind/aqua.bind
11 #
12
13 \bind "M-~S-i c"                "citation-insert"
14 \bind "M-~S-i f"                "footnote-insert"
15 \bind "M-~S-i u"                "url-insert"
16 \bind "M-~S-i m"                "marginalnote-insert"
17 \bind "M-~S-i x"                "external-insert"
18 \bind "M-~S-i r"                "reference-insert"
19 \bind "M-~S-i n"                "note-insert"
20 \bind "M-~S-i l"                "label-insert"
21 \bind "M-~S-i i"                "index-insert"
22
23 \bind "M-~S-i s s"              "command-sequence math-mode ; math-superscript ; font-free; "
24 \bind "M-~S-i s u"              "command-sequence math-mode ; math-subscript ; font-free; "
25 \bind "M-~S-i s h"              "hfill-insert"
26 \bind "M-~S-i s p"              "hyphenation-point-insert"
27 \bind "M-~S-i s k"              "ligature-break-insert"
28 \bind "M-~S-i s b"              "protected-space-insert"
29 \bind "M-~S-i s l"              "break-line"
30 \bind "M-~S-i s i"              "dots-insert"
31 \bind "M-~S-i s e"              "end-of-sentence-period-insert"
32 \bind "M-~S-i s q"              "self-insert \""
33 # FIXME: find a binding for single quotes
34 # \bind "M-~S-i s q"            "quote-insert single"
35 \bind "M-~S-i s m"              "menu-separator-insert"
36
37 \bind "M-~S-i h i"              "math-mode"
38 \bind "M-~S-i h d"              "math-display"
39 \bind "M-~S-i h e"              "command-sequence math-mode; math-mutate eqnarray;"
40 \bind "M-~S-i h a"              "command-sequence math-mode; math-mutate align;"
41 \bind "M-~S-i h t"              "command-sequence math-mode; math-mutate alignat;"
42 \bind "M-~S-i h f"              "command-sequence math-mode; math-mutate flalign;"
43 \bind "M-~S-i h y"              "math-matrix 2 2"
44 \bind "M-~S-i h c"              "math-insert \cases"
45
46 \bind "M-~S-i o c"              "toc-insert"
47 \bind "M-~S-i o i"              "index-print"
48 \bind "M-~S-i o b"              "bibtex-insert"
49
50 \bind "M-~S-i e x"              "file-insert"
51 \bind "M-~S-i e l"              "file-insert-plaintext"
52 \bind "M-~S-i e p"              "file-insert-plaintext-para"
53
54 \bind "M-~S-f p"                "buffer-print"
55 \bind "M-~S-f n"                "buffer-new"
56 \bind "M-~S-f t"                "buffer-new-template"
57 \bind "M-~S-f o"                "file-open"
58 \bind "M-~S-f c"                "buffer-close"
59 \bind "M-~S-f s"                "buffer-write"
60 \bind "M-~S-f a"                "buffer-write-as"
61 \bind "M-~S-f r"                "buffer-reload"
62 \bind "M-~S-f x"                "lyx-quit"
63
64 \bind "M-~S-l c"                "layout-character"
65 \bind "M-~S-l p"                "layout-paragraph"
66 \bind "M-~S-l d"                "layout-document"
67 \bind "M-~S-l e"                "font-emph"
68 \bind "M-~S-l n"                "font-noun"
69 \bind "M-~S-l b"                "font-bold"
70
71 \bind "M-~S-e u"                "undo"
72 \bind "M-~S-e d"                "redo"
73 \bind "M-~S-e c"                "cut"
74 \bind "M-~S-e a"                "paste"
75 \bind "M-~S-e f"                "find-replace"
76 \bind "M-~S-e s"                "spellchecker"
77 \bind "M-~S-e h"                "buffer-chktex"
78 \bind "M-~S-e e"                "error-remove-all"
79 \bind "M-~S-e l"                "next-inset-toggle"
80 \bind "M-~S-e p"                "dialog-preferences"
81 \bind "M-~S-e r"                "reconfigure"
82
83 \bind "M-~S-e x l"              "primary-selection-paste"
84 \bind "M-~S-e x p"              "primary-selection-paste paragraph"
85
86 \bind "M-~S-e t m"              "tabular-feature multicolumn"
87 \bind "M-~S-e t t"              "tabular-feature toggle-line-top"
88 \bind "M-~S-e t b"              "tabular-feature toggle-line-bottom"
89 \bind "M-~S-e t l"              "tabular-feature toggle-line-left"
90 \bind "M-~S-e t r"              "tabular-feature toggle-line-right"
91 \bind "M-~S-e t e"              "tabular-feature align-left"
92 \bind "M-~S-e t c"              "tabular-feature align-center"
93 \bind "M-~S-e t i"              "tabular-feature align-right"
94 \bind "M-~S-e t o"              "tabular-feature valign-top"
95 \bind "M-~S-e t n"              "tabular-feature valign-center"
96 \bind "M-~S-e t v"              "tabular-feature valign-bottom"
97 \bind "M-~S-e t a"              "tabular-feature append-row"
98 \bind "M-~S-e t w"              "tabular-feature delete-row"
99 \bind "M-~S-e t u"              "tabular-feature append-column"
100 \bind "M-~S-e t d"              "tabular-feature delete-column"
101
102 \bind "M-~S-e m n"              "math-number"
103 \bind "M-~S-e m u"              "math-nonumber"
104 \bind "M-~S-e m r"              "tabular-feature append-row"
105 \bind "M-~S-e m d"              "tabular-feature delete-row"
106 \bind "M-~S-e m c"              "tabular-feature append-column"
107 \bind "M-~S-e m e"              "tabular-feature delete-column"
108
109 \bind "M-~S-e m l t"            "math-limits empty"
110 \bind "M-~S-e m l d"            "math-limits limits"
111 \bind "M-~S-e m l i"            "math-limits nolimits"
112
113 \bind "M-~S-e m f i"            "math-mutate simple"
114 \bind "M-~S-e m f d"            "math-mutate equation"
115 \bind "M-~S-e m f q"            "math-mutate eqnarray"
116 \bind "M-~S-e m f a"            "math-mutate align"
117 \bind "M-~S-e m f f"            "math-mutate flalign"
118
119 \bind "M-~S-e m a l"            "tabular-feature align-left"
120 \bind "M-~S-e m a c"            "tabular-feature align-center"
121 \bind "M-~S-e m a r"            "tabular-feature align-right"
122 \bind "M-~S-e m a t"            "tabular-feature valign-top"
123 \bind "M-~S-e m a e"            "tabular-feature valign-center"
124 \bind "M-~S-e m a b"            "tabular-feature valign-bottom"
125
126 \bind "M-~S-v l"                "latex-view-log"
127 \bind "M-~S-v t"                "toc-view"
128 \bind "M-~S-v x"                "help-Texinfo"
129
130 \bind "M-~S-n e"                "error-next"
131 \bind "M-~S-n n"                "note-next"
132 \bind "M-~S-n r"                "label-goto"
133 \bind "M-~S-n S-B 1"            "bookmark-save 1"
134 \bind "M-~S-n S-B 2"            "bookmark-save 2"
135 \bind "M-~S-n S-B 3"            "bookmark-save 3"
136 \bind "M-~S-n S-B 4"            "bookmark-save 4"
137 \bind "M-~S-n S-B 5"            "bookmark-save 5"
138 \bind "M-~S-n S-B 6"            "bookmark-save 6"
139 \bind "M-~S-n S-B 7"            "bookmark-save 7"
140 \bind "M-~S-n S-B 8"            "bookmark-save 8"
141 \bind "M-~S-n S-B 9"            "bookmark-save 9"
142 \bind "M-~S-n b 1"              "bookmark-goto 1"
143 \bind "M-~S-n b 2"              "bookmark-goto 2"
144 \bind "M-~S-n b 3"              "bookmark-goto 3"
145 \bind "M-~S-n b 4"              "bookmark-goto 4"
146 \bind "M-~S-n b 5"              "bookmark-goto 5"
147 \bind "M-~S-n b 6"              "bookmark-goto 6"
148 \bind "M-~S-n b 7"              "bookmark-goto 7"
149 \bind "M-~S-n b 8"              "bookmark-goto 8"
150 \bind "M-~S-n b 9"              "bookmark-goto 9"
151
152 \bind "M-~S-h i"                "help-open Intro"
153 \bind "M-~S-h t"                "help-open Tutorial"
154 \bind "M-~S-h u"                "help-open UserGuide"
155 \bind "M-~S-h e"                "help-open Extended"
156 \bind "M-~S-h c"                "help-open Customization"
157 \bind "M-~S-h f"                "help-open FAQ"
158 \bind "M-~S-h a"                "help-open TOC"
159 \bind "M-~S-h l"                "help-open LaTeXConfig"
160 \bind "M-~S-h x"                "help-aboutlyx"