summaryrefslogtreecommitdiff
path: root/XKB.mdwn
blob: f4d2b8cdfa3d895a684e84fc48ad5ea4a872fd4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## XKB - X Keyboard Extension

The XKB data files for the various keyboard models, layouts, and locales are now maintained by [[the X Keyboard Config project on freedesktop.org|http://www.freedesktop.org/wiki/Software/XKeyboardConfig]]

Some helpful links:

* [[The XKB Configuration Guide|http://www.x.org/releases/current/doc/xorg-docs/input/XKB-Config.html]]
* [[How to further Enhance XKB Configuration|http://www.x.org/releases/current/doc/xorg-docs/input/XKB-Enhancing.html]]
* [[The X New Developer’s Guide: The X Keyboard Extension|guide/hutterer-kbd]]
* en: [[http://pascal.tsu.ru/en/xkb/|http://pascal.tsu.ru/en/xkb/]] | ru: [[http://pascal.tsu.ru/other/xkb/|http://pascal.tsu.ru/other/xkb/]]
* Patch XKB to support more than 128 keys: [[http://planet.gentoo.org/developers/flameeyes/2005/06/15/and_the_keyboard_lose_the_match|http://planet.gentoo.org/developers/flameeyes/2005/06/15/and_the_keyboard_lose_the_match]]
* [[RMLVO keyboard configuration|http://who-t.blogspot.com/2008/09/rmlvo-keyboard-configuration.html]] (rules, models, layouts, variants and options)
* [[Creating custom keyboard layouts for X11 using XKB|http://hektor.umcs.lublin.pl/~mikosmul/computing/articles/custom-keyboard-layouts-xkb.html]]
* [[An Unreliable Guide to XKB Configuration|http://www.charvolant.org/~doug/xkb/html/index.html]]
* [[XKB Layout Creation Notes|XKBLayoutCreationNotes]]

The original XKB extension protocol and library specs are available in several formats:

* [[Original XKB specifications in FrameMaker format, as previously found in the xorg-docs module in git|http://cgit.freedesktop.org/xorg/doc/xorg-docs/tree/specs/XKB?id=XORG-7_0]]
* [[Original XKB specifications from X11R6.4 in PostScript & PDF|http://www.x.org/docs/XKB/]]
* [[XKB libX11 API documentation in HTML, generated from current DocBook sources|http://www.x.org/releases/current/doc/libX11/XKB/xkblib.html]]
* [[XKB protocol specification in HTML, generated from current DocBook sources|http://www.x.org/releases/current/doc/kbproto/xkbproto.html]]
* [[XKB libX11 API documentation in PDF 1.4, generated from current DocBook sources|http://www.x.org/releases/current/doc/libX11/XKB/xkblib.pdf]]
* [[XKB protocol specification in PDF 1.4, generated from current DocBook sources|http://www.x.org/releases/current/doc/kbproto/xkbproto.pdf]]