summaryrefslogtreecommitdiff
path: root/console-client/xkb/xkb-data/types/hurd
blob: 11ad56476daefd16b9eacb04fbf1eb4b352b416e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- Mode: C -*- 

default xkb_types "hurd" {
  virtual_modifiers Alt;
  
  type "HURD" 
    {
      modifiers = Shift + Alt + Control;
      map[Alt] = Level2;
      map[Shift] = Level3;
      map[Control] = Level4;
      level_name[Level1] = "Base";
      level_name[Level2] = "Hurd console";
      level_name[Level3] = "Hurd console2";
      level_name[Level4] = "Hurd console3";
    };
};