-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
448 lines (406 loc) · 13.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
<!doctype html>
<html lang="en">
<head>
<title>xkbcommon - a keyboard handling library</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<style>
@font-face {
font-family: "Ubuntu Mono";
font-style: normal;
font-weight: 400;
src: url('ttf/ubuntumono-regular.woff2');
}
@font-face {
font-family: "Ubuntu Mono";
font-style: italic;
font-weight: 400;
src: url('ttf/ubuntumono-italic.woff2');
}
/* Reset */
* {
box-sizing: border-box;
font-family: inherit;
}
body, html {
margin: 0;
padding: 0;
}
/* Content */
html {
font-family: "Ubuntu Mono", monospace;
/* Set root font size for entire document a factor of user agent font size. */
font-size: 1.4em;
line-height: 1.5;
/* Color scheme. */
background: #1b4965;
color: #fefefe;
}
main {
max-width: 45rem;
margin: 0 auto;
padding: 1rem;
}
h1, h2, h3 {
font-weight: normal;
}
h1 {
font-size: 1.8rem;
text-decoration: underline;
margin-left: 1em;
}
h2 {
font-size: 1.3rem;
margin-top: 3rem;
margin-bottom: 1rem;
}
a {
outline: none;
color: #f8bdc4;
transition: color .2s;
text-decoration: none;
}
a:hover, a:focus {
color: unset;
}
ul {
list-style: lower-greek;
}
p, ul {
margin-top: 0;
margin-bottom: 1em;
}
/* Alert */
[role=alert] {
padding: 1rem;
text-align: center;
background: #14364a;
}
/* Releases */
.releases {
list-style: none;
padding: 0;
}
.release {
background: #173c53;
border-bottom: 1px solid rgba(0,0,0,.125);
transition: .2s background;
color: #fefefe;
display: flex;
justify-content: space-between;
padding: 0.5rem;
}
.release:hover, .release:focus {
background: #14364a;
}
.release time {
font-size: 0.8em;
color: #94a3ac;
}
@media (min-width: 40rem) {
.releases {
columns: 2;
}
}
</style>
</head>
<body>
<main>
<h1>xkbcommon</h1>
<section>
<p>
<em>xkbcommon</em> is a library for handling of keyboard descriptions,
including loading them from disk, parsing them and handling their state.
It's mainly meant for client toolkits, window systems, and other system applications;
</p>
<p>
Currently that includes:
</p>
<ul>
<li>
<a href="https://wayland.freedesktop.org/">
Wayland
</a>
</li>
<li>
<a href="https://github.com/dvdhrm/kmscon/wiki/KMSCON">
kmscon
</a>
</li>
<li>
<a href="https://www.gtk.org/">
GTK
</a>
</li>
<li>
<a href="https://www.qt.io/">
Qt
</a>
</li>
<li>
<a href="https://live.gnome.org/Clutter">
Clutter
</a>
</li>
<li>
<a href="https://userbase.kde.org/KWin">
KWin
</a>
</li>
<li>
and others
</li>
</ul>
<p>
It is also used by some XCB applications for proper keyboard support.
</p>
<p>
If you're still confused, you might want to take a look at
<a href="doc/current/">our documentation</a>
to find out more.
</p>
</section>
<section>
<h2>Releases</h2>
<p>
Our
<a href="https://github.com/xkbcommon/libxkbcommon">git repository</a>
on GitHub always contains the most up-to-date development code.
Patches and feedback should ideally be submitted against the latest code in git.
</p>
<p role="alert">
Our latest API- and ABI-stable release is
<a href="download/libxkbcommon-1.7.0.tar.xz">1.7.0</a>.
</p>
<p>
You may find the past release announcements, including NEWS and checksums,
on the wayland-devel mailing list archives:
</p>
<ul class="releases">
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2024-March/043539.html" class="release">
1.7.0
<time datetime="2024-03-24">Mar 24, 2024</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2023-October/043121.html" class="release">
1.6.0
<time datetime="2023-10-08">Oct 8, 2023</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2023-January/042553.html" class="release">
1.5.0
<time datetime="2023-01-02">Jan 2, 2023</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2022-May/042183.html" class="release">
1.4.1
<time datetime="2022-05-21">May 21, 2022</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2022-February/042104.html" class="release">
1.4.0
<time datetime="2022-02-04">Feb 4, 2022</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2021-September/041976.html" class="release">
1.3.1
<time datetime="2021-09-10">Sep 10, 2021</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2021-May/041816.html" class="release">
1.3.0
<time datetime="2021-05-01">May 1, 2021</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2021-April/041771.html" class="release">
1.2.1
<time datetime="2021-04-07">Apr 7, 2021</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2021-April/041762.html" class="release">
1.2.0
<time datetime="2021-04-04">Apr 3, 2021</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2021-March/041747.html" class="release">
1.1.0
<time datetime="2021-03-04">Mar 4, 2021</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2020-November/041660.html" class="release">
1.0.3
<time datetime="2020-11-23">Nov 23, 2020</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2020-November/041659.html" class="release">
1.0.2
<time datetime="2020-11-20">Nov 20, 2020</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2020-September/041609.html" class="release">
1.0.1
<time datetime="2020-09-11">Sep 11, 2020</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2020-September/041596.html" class="release">
1.0.0
<time datetime="2020-09-05">Sep 5, 2020</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2020-January/041133.html" class="release">
0.10.0
<time datetime="2020-01-18">Jan 18, 2020</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2019-October/040963.html" class="release">
0.9.1
<time datetime="2019-10-20">Oct 20, 2019</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2019-October/040962.html" class="release">
0.9.0
<time datetime="2019-10-19">Oct 19, 2019</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2019-February/040102.html" class="release">
0.8.4
<time datetime="2019-02-22">Feb 22, 2019</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2019-February/039970.html" class="release">
0.8.3
<time datetime="2019-02-08">Feb 8, 2019</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2018-August/039243.html" class="release">
0.8.2
<time datetime="2018-08-05">Aug 5, 2018</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2018-August/039232.html" class="release">
0.8.1
<time datetime="2018-08-03">Aug 3, 2018</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2017-December/036291.html" class="release">
0.8.0
<time datetime="2017-12-15">Dec 15, 2017</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2017-August/034721.html" class="release">
0.7.2
<time datetime="2017-08-04">Aug 4, 2017</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2017-January/032725.html" class="release">
0.7.1
<time datetime="2017-01-18">Jan 18, 2017</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2016-November/031544.html" class="release">
0.7.0
<time datetime="2016-11-11">Nov 11, 2016</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2016-April/027962.html" class="release">
0.6.1
<time datetime="2016-14-08">Apr 8, 2016</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2016-March/027483.html" class="release">
0.6.0
<time datetime="2016-03-16">Mar 16, 2016</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2014-October/017836.html" class="release">
0.5.0
<time datetime="2014-10-18">Oct 18, 2014</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2014-August/016647.html" class="release">
0.4.3
<time datetime="2014-08-19">Aug 19, 2014</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2014-May/014864.html" class="release">
0.4.2
<time datetime="2014-05-15">May 15, 2014</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2014-March/013903.html" class="release">
0.4.1
<time datetime="2014-03-27">Mar 27, 2014</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2014-February/013032.html" class="release">
0.4.0
<time datetime="2014-02-02">Feb 2, 2014</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2013-November/012182.html" class="release">
0.3.2
<time datetime="2013-11-22">Nov 22, 2013</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2013-April/008340.html" class="release">
0.3.0
<time datetime="2013-04-01">Apr 1, 2013</time>
</a>
</li>
<li>
<a href="https://lists.freedesktop.org/archives/wayland-devel/2012-October/005976.html" class="release">
0.2.0
<time datetime="2013-10-23">Oct 23, 2012</time>
</a>
</li>
</ul>
</section>
<section>
<h2>Bugs</h2>
<p>
You are welcome to report any bugs you may encounter to the
<a href="https://github.com/xkbcommon/libxkbcommon/issues">GitHub issue tracker</a>.
</p>
</section>
<section>
<h2>Contact</h2>
<em>xkbcommon</em> is maintained by Ran Benita ([email protected]).
</section>
</main>
</body>
</html>