Keyboards and key bindings: Difference between revisions

From OLPC
Jump to navigation Jump to search
(→‎Layouts: Correction: keytop images, not layouts)
(Add information on toggling languages.)
 
(One intermediate revision by one other user not shown)
Line 10: Line 10:
Specification: [[Image:KGDMFA001-non-confidential.pdf]] (towards bottom).
Specification: [[Image:KGDMFA001-non-confidential.pdf]] (towards bottom).


== Keycodes for Other Buttons ==
== Non-keyboard keyscodes ==


As of 15:22, 19 June 2007 (EDT) the handheld-mode keypads bind to
As of 15:22, 19 June 2007 (EDT) the handheld-mode keypads bind to
: '''Right-hand side''': up/down/left/right
: '''Right-hand side''': up/down/left/right
: '''Left-hand side''': KP_PAGE_UP/KP_PAGE_DOWN/KP_END/KP_HOME
: '''Left-hand side''': KP_PAGE_UP/KP_PAGE_DOWN/KP_END/KP_HOME

See also [[Pygame_wrapper#Keyboard_and_Mouse]].


== Layouts ==
== Layouts ==
Line 20: Line 22:
We have a single keyboard model (the hardware; geometry and keycodes), but many [[keyboard layouts]], switchable in software. The default layout for any country will match the printing on the keys. Both the model and the layouts are (or will be) listed in /usr/share/X11/xkb/rules/base.xml .
We have a single keyboard model (the hardware; geometry and keycodes), but many [[keyboard layouts]], switchable in software. The default layout for any country will match the printing on the keys. Both the model and the layouts are (or will be) listed in /usr/share/X11/xkb/rules/base.xml .


As of October 2007, the was no xkb geometry file.
I believe we do not yet have an xkb geometry file. [[User:MitchellNCharity|MitchellNCharity]] 00:49, 3 October 2007 (EDT)

Setting up to be able to switch keyboard layouts currently requires editing /etc/X11/xorg.conf, as described at [[Customizing NAND images#Keyboard]]. The keyboard switching key is the times-divide key in the Latin keytops, but with a different graphic in some keytop image sets for other alphabets.

For those switching between languages, one can set up language groups to toggle between. For example, Ralph Mack found this helpful in using the Right-alt key to toggle between Arabic and French.


setxkbmap -display :0 fr,ara -option grp:toggle
Setting up to be able to switch keyboard layouts currently requires editing /etc/X11/xorg.conf, as described at [[Customizing NAND images#Keyboard]]. The keyboard switching key is the times-divide key in the Latin keytops, but with a different graphic in some keytop image sets for other alphabets.--[[User:Mokurai|Mokurai]] 09:07, 23 November 2007 (EST)


==See also==
==See also==
*[[Keyboard definitions]] for some random background.
*[[:Category:Keyboard]]
*[[:Category:Keyboard]]
*[[OLPC Keyboard layouts]] and keycodes for various languages.
*[[OLPC Keyboard layouts]] and keycodes for various languages.

Latest revision as of 18:15, 5 April 2008

This article is a stub. You can help the OLPC project by expanding it.
Arabic keyboard layout
Close-up of an old prototype
Keyboard and touchpad (low-resolution image)

Hardware

The ALPS Electric KGDMFA001 provides both Touch Pad/Tablet and keyboard.

80+ keys, 1.0mm stroke; sealed rubber-membrane key-switch assembly. (from Hardware specification#Integrated_peripherals).

Specification: File:KGDMFA001-non-confidential.pdf (towards bottom).

Keycodes for Other Buttons

As of 15:22, 19 June 2007 (EDT) the handheld-mode keypads bind to

Right-hand side: up/down/left/right
Left-hand side: KP_PAGE_UP/KP_PAGE_DOWN/KP_END/KP_HOME

See also Pygame_wrapper#Keyboard_and_Mouse.

Layouts

We have a single keyboard model (the hardware; geometry and keycodes), but many keyboard layouts, switchable in software. The default layout for any country will match the printing on the keys. Both the model and the layouts are (or will be) listed in /usr/share/X11/xkb/rules/base.xml .

As of October 2007, the was no xkb geometry file.

Setting up to be able to switch keyboard layouts currently requires editing /etc/X11/xorg.conf, as described at Customizing NAND images#Keyboard. The keyboard switching key is the times-divide key in the Latin keytops, but with a different graphic in some keytop image sets for other alphabets.

For those switching between languages, one can set up language groups to toggle between. For example, Ralph Mack found this helpful in using the Right-alt key to toggle between Arabic and French.

setxkbmap -display :0 fr,ara -option grp:toggle

See also