Testing showed that these keys do not work well in non-us layout..

svn path=/nixpkgs/trunk/; revision=14583
This commit is contained in:
Michael Raskin 2009-03-18 05:42:53 +00:00
parent e72f1929b0
commit 441f2de840

View File

@ -89,11 +89,6 @@ 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)"
};