Added arrows into rich international layout
svn path=/nixpkgs/trunk/; revision=14567
This commit is contained in:
parent
32154f3dac
commit
dbab1ae680
@ -31,7 +31,7 @@
|
|||||||
// rm -f /tmp/keyboard.xkm.ps /tmp/keyboard.xkm
|
// rm -f /tmp/keyboard.xkm.ps /tmp/keyboard.xkm
|
||||||
//
|
//
|
||||||
|
|
||||||
partial alphanumeric_keys
|
partial hidden alphanumeric_keys
|
||||||
xkb_symbols "altgr-intl" {
|
xkb_symbols "altgr-intl" {
|
||||||
|
|
||||||
name[Group1]= "U.S. English - International (AltGr dead keys)";
|
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 <AB10> { [ slash, question, questiondown, dead_hook ] };
|
||||||
key <BKSL> { [backslash, bar, notsign, brokenbar ] };
|
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
|
// Let's have free choice
|
||||||
//include "level3(ralt_switch)"
|
//include "level3(ralt_switch)"
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user