Keyboard files: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Commands, link for adding layouts)
m (Reverted edits by 213.202.255.187 (Talk) to last version by Sj)
 
(4 intermediate revisions by 4 users not shown)
Line 22: Line 22:


*[http://www.xfree86.org/current/XKB-Enhancing.html How to further enhance XKB configuration] [http://www.xfree86.org/current/XKB-Enhancing.html PDF]
*[http://www.xfree86.org/current/XKB-Enhancing.html How to further enhance XKB configuration] [http://www.xfree86.org/current/XKB-Enhancing.html PDF]

*[http://webcvs.freedesktop.org/xkeyboard-config/xkeyboard-config/symbols/ List of keyboard layouts from the Xorg server, already available to the OLPC]


*[http://www.tavultesoft.com/keyman/downloads/keyboards/index.php Tavultesoft keyboard layouts]
*[http://www.tavultesoft.com/keyman/downloads/keyboards/index.php Tavultesoft keyboard layouts]

[[Category:Keyboard]]

Latest revision as of 23:37, 5 January 2009

In Linux, keyboard definitions are text files in two specific format, one for console, and one for X. Macintosh OS X uses an XML file. Standard Windows keyboard layouts are compiled using the Windows SDK. Free keyboards for Windows can be created in Tavultesoft Keyman.

Commands

The command for setting a console keyboard has the form

xmodmap dvorak

The X command for setting a keyboard layout has the form

setxkbmap -layout us

where any available keyboard layout file name can be substituted for us. The X keyboard files may be found in /etc/X11/xkb/symbols/, or /usr/share/X11/xkb/symbols/, depending on the distribution used. Most of the keyboard file names are two-letter language codes, or are based on those codes.

New layouts

See Keyboard definitions

External Links