summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorsvu <svu>2005-11-26 23:28:10 +0000
committersvu <svu>2005-11-26 23:28:10 +0000
commit07b431bbc837591fc9c3bbba177608920ed85b11 (patch)
tree8c5496cf4c464b2b63b52a1c9d57ec966e84a377 /compat
parenta51b9369d4e0a8f3eb456ae6692a95ae18c4837c (diff)
Fixing problem with level3(ralt) and group(alts_toggle)
Diffstat (limited to 'compat')
-rw-r--r--compat/level53
-rw-r--r--compat/misc10
2 files changed, 5 insertions, 8 deletions
diff --git a/compat/level5 b/compat/level5
index 20e3c6c8..e485d894 100644
--- a/compat/level5
+++ b/compat/level5
@@ -27,7 +27,6 @@ default partial xkb_compatibility "default" {
//ISO_Level5_Latch
interpret F34+Any {
- useModMapMods= level1;
virtualModifier= LevelFive;
action= LatchMods(modifiers=LevelFive);
};
@@ -38,7 +37,6 @@ default partial xkb_compatibility "default" {
//ISO_Level5_Lock
interpret F33+Any {
- useModMapMods= level1;
virtualModifier= LevelFive;
action= LockMods(modifiers=LevelFive);
};
@@ -46,5 +44,4 @@ default partial xkb_compatibility "default" {
interpret F33 {
action= LockMods(modifiers=LevelFive);
};
-
};
diff --git a/compat/misc b/compat/misc
index 6bb67602..9ce89913 100644
--- a/compat/misc
+++ b/compat/misc
@@ -20,7 +20,7 @@ default partial xkb_compatibility "misc" {
// Sets the "Alt" virtual modifier
interpret Alt_L+Any {
- useModMapMods= level1;
+ //useModMapMods= level1;
virtualModifier= Alt;
action = SetMods(modifiers=modMapMods);
};
@@ -30,7 +30,7 @@ default partial xkb_compatibility "misc" {
};
interpret Alt_R+Any {
- useModMapMods= level1;
+ //useModMapMods= level1;
virtualModifier= Alt;
action = SetMods(modifiers=modMapMods);
};
@@ -52,7 +52,7 @@ default partial xkb_compatibility "misc" {
};
interpret Meta_R+Any {
- useModMapMods= level1;
+ //useModMapMods= level1;
virtualModifier= Meta;
action = SetMods(modifiers=modMapMods);
};
@@ -74,7 +74,7 @@ default partial xkb_compatibility "misc" {
};
interpret Super_R+Any {
- useModMapMods= level1;
+ //useModMapMods= level1;
virtualModifier= Super;
action = SetMods(modifiers=modMapMods);
};
@@ -96,7 +96,7 @@ default partial xkb_compatibility "misc" {
};
interpret Hyper_R+Any {
- useModMapMods= level1;
+ //useModMapMods= level1;
virtualModifier= Hyper;
action = SetMods(modifiers=modMapMods);
};