summaryrefslogtreecommitdiff
path: root/compat/olpc
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-05-24 17:21:04 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-05-26 11:38:19 +0200
commit34a63629658774db446dcde3b445aca59af6e9c9 (patch)
tree7972d808ef0185ecfde555d252d8aa0b79bc6afa /compat/olpc
parent0cb52fec9a2aab6c7fb09765dda30dca744dbe51 (diff)
downloadxkeyboard-config-34a63629658774db446dcde3b445aca59af6e9c9.tar.gz
compat: remove commented-out 'useModMapMods' commands and similar things
Also, correct some comments to use the plural instead of the singular.
Diffstat (limited to 'compat/olpc')
-rw-r--r--compat/olpc4
1 files changed, 0 insertions, 4 deletions
diff --git a/compat/olpc b/compat/olpc
index 747b444..9df89e9 100644
--- a/compat/olpc
+++ b/compat/olpc
@@ -10,7 +10,6 @@ default xkb_compatibility "olpc" {
virtual_modifiers Square,Cross,Triangle,Circle;
interpret KP_Home+Any {
- //useModMapMods= level1;
virtualModifier= Square;
action = SetMods(modifiers=modMapMods);
};
@@ -20,7 +19,6 @@ default xkb_compatibility "olpc" {
};
interpret KP_Next+Any {
- //useModMapMods= level1;
virtualModifier= Cross;
action = SetMods(modifiers=modMapMods);
};
@@ -30,7 +28,6 @@ default xkb_compatibility "olpc" {
};
interpret KP_End+Any {
- //useModMapMods= level1;
virtualModifier= Circle;
action = SetMods(modifiers=modMapMods);
};
@@ -40,7 +37,6 @@ default xkb_compatibility "olpc" {
};
interpret KP_Prior+Any {
- //useModMapMods= level1;
virtualModifier= Triangle;
action = SetMods(modifiers=modMapMods);
};