upload tizen2.0 source
[framework/uifw/xorg/util/xkeyboard-config.git] / types / extra
index a82fd10..465796b 100644 (file)
@@ -1,5 +1,3 @@
-// $XFree86: xc/programs/xkbcomp/types/extra,v 1.3 2002/11/26 02:14:02 dawes Exp $
-
 partial default xkb_types "default" {
     // Definition for a key type used for the czech keymap, for instance.
     // Defines style a with four level shift. It is similar to three_level
@@ -161,25 +159,3 @@ partial xkb_types "keypad" {
        level_name[Level4] = "Alt Number";
     };       
 };
-
-// This enables the four level shifting also for the keypad,
-// but levels 1 and 2, and 3 and 4 are swapped on Mac keypads.
-partial xkb_types "mac_keypad" {
-    virtual_modifiers LevelThree;
-
-    type "FOUR_LEVEL_KEYPAD" {
-       modifiers = Shift+NumLock+LevelThree;
-       map[None] = Level2;
-       map[Shift] = Level1;
-       map[NumLock] = Level1;
-       map[Shift+NumLock] = Level2;
-       map[LevelThree] = Level4;
-       map[Shift+LevelThree] = Level3;
-       map[NumLock+LevelThree] = Level3;
-       map[Shift+NumLock+LevelThree] = Level4;
-       level_name[Level2] = "Base";
-       level_name[Level1] = "Number";
-       level_name[Level4] = "Alt Base";
-       level_name[Level3] = "Alt Number";
-    };       
-};