1 // This file is a result of random search and genetic algoritms.
3 // The main difference between genetic algorithms and algoritm used
4 // to create this file: size of a population was exactly one individual
5 // and when he finished, he was very tired....
7 // Do not ask me what does following lines mean. I do not know. :-))
9 default xkb_compatibility "default" {
10 virtual_modifiers LevelThree,Lock;
12 interpret ISO_Level3_Shift + Lock {
13 action= SetMods(modifiers=LevelThree);
17 // arch-tag: Daniel Skarda Mon Oct 25 17:00:35 2004 (compat/ucw)