first feed-in of the layouts. The revolution is coming
[xorg/xkeyboard-config] / types / cancel
1 // $Xorg: cancel,v 1.3 2000/08/17 19:54:48 cpqbld Exp $
2 partial default xkb_types "Shift_Cancels_Caps" {
3
4 override type "TWO_LEVEL" {
5     modifiers = Shift+Lock;
6     map[Shift] = Level2;
7     preserve[Lock]= Lock;
8     level_name[Level1] = "Base";
9     level_name[Level2] = "Shift";
10 };
11
12 };