// -*- 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";
    };
};
