summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Udaltsov <sergey.udaltsov@gmail.com>2014-05-06 23:32:53 +0100
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2014-05-06 23:32:53 +0100
commit3e54f31b1f118f00c240f59d72d7ddb685c6db79 (patch)
tree21f660eccaf4039bddd8badeb6e9afc1e676044a
parent40bc9e68840dd525047186ebb9277bedf9b892da (diff)
downloadxkeyboard-config-3e54f31b1f118f00c240f59d72d7ddb685c6db79.tar.gz
Missing PC_SUPER_LEVEL2
https://bugs.freedesktop.org/show_bug.cgi?id=78076
-rw-r--r--types/pc8
1 files changed, 8 insertions, 0 deletions
diff --git a/types/pc b/types/pc
index 17e494b..404e3c9 100644
--- a/types/pc
+++ b/types/pc
@@ -11,6 +11,14 @@ partial default xkb_types "default" {
virtual_modifiers RControl;
virtual_modifiers LControl;
+ type "PC_SUPER_LEVEL2" {
+ modifiers = Mod4;
+ map[None] = Level1;
+ map[Mod4] = Level2;
+ level_name[Level1] = "Base";
+ level_name[Level2] = "Super";
+ };
+
type "PC_CONTROL_LEVEL2" {
modifiers = Control;
map[None] = Level1;