summaryrefslogtreecommitdiff
path: root/console-client/xkb/xkb-data/types/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'console-client/xkb/xkb-data/types/hurd')
-rw-r--r--console-client/xkb/xkb-data/types/hurd18
1 files changed, 18 insertions, 0 deletions
diff --git a/console-client/xkb/xkb-data/types/hurd b/console-client/xkb/xkb-data/types/hurd
new file mode 100644
index 00000000..e6c7aa0c
--- /dev/null
+++ b/console-client/xkb/xkb-data/types/hurd
@@ -0,0 +1,18 @@
+// -*- 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";
+ };
+};
+