Added arrows into rich international layout

svn path=/nixpkgs/trunk/; revision=14567
This commit is contained in:
Michael Raskin 2009-03-17 05:12:03 +00:00
parent 32154f3dac
commit dbab1ae680

View File

@ -31,7 +31,7 @@
// rm -f /tmp/keyboard.xkm.ps /tmp/keyboard.xkm
//
partial alphanumeric_keys
partial hidden alphanumeric_keys
xkb_symbols "altgr-intl" {
name[Group1]= "U.S. English - International (AltGr dead keys)";
@ -89,6 +89,11 @@ xkb_symbols "altgr-intl" {
key <AB10> { [ slash, question, questiondown, dead_hook ] };
key <BKSL> { [backslash, bar, notsign, brokenbar ] };
key <UP> { [ Up, Up, uparrow,uparrow ] };
key <LEFT> { [ Left, Left, leftarrow, leftarrow] };
key <DOWN> { [ Down, Down, downarrow, downarrow] };
key <RGHT> { [ Right, Right, rightarrow,rightarrow] };
// Let's have free choice
//include "level3(ralt_switch)"
};