diff options
author | svu <svu> | 2005-11-26 23:28:10 +0000 |
---|---|---|
committer | svu <svu> | 2005-11-26 23:28:10 +0000 |
commit | 07b431bbc837591fc9c3bbba177608920ed85b11 (patch) | |
tree | 8c5496cf4c464b2b63b52a1c9d57ec966e84a377 /compat | |
parent | a51b9369d4e0a8f3eb456ae6692a95ae18c4837c (diff) |
Fixing problem with level3(ralt) and group(alts_toggle)
Diffstat (limited to 'compat')
-rw-r--r-- | compat/level5 | 3 | ||||
-rw-r--r-- | compat/misc | 10 |
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); }; |