Make Super usable by remapping it to Mod3
[ucwcs-xkb.git] / compat / ucw
blob6693451e7c6e72030338df270b669848687912a1
1 // This file is a result of random search and genetic algoritms.
2 //
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);
14      };
17 // arch-tag: Daniel Skarda Mon Oct 25 17:00:35 2004 (compat/ucw)