summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-06-05 11:32:55 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-06-05 11:34:57 +0200
commit563fa87fcd80108e4308c9d016cb007708254447 (patch)
tree34a1026266c8ea0a887cfe814e043658bf7c3a20 /compat
parent223f5d6a4ec64d19a86260094f76c992c29c25ca (diff)
downloadxkeyboard-config-563fa87fcd80108e4308c9d016cb007708254447.tar.gz
harmonize some whitespace, to slightly improve readability
Also, reshuffle an option to after the ones that it includes, as is done elsewhere in the file.
Diffstat (limited to 'compat')
-rw-r--r--compat/iso99951
-rw-r--r--compat/pc1
2 files changed, 2 insertions, 0 deletions
diff --git a/compat/iso9995 b/compat/iso9995
index 0f3025b..c5c7899 100644
--- a/compat/iso9995
+++ b/compat/iso9995
@@ -62,6 +62,7 @@ default partial xkb_compatibility "default" {
virtualModifier= AltGr;
action= LockGroup(group=-1);
};
+
interpret ISO_First_Group {
action= LockGroup(group=1);
};
diff --git a/compat/pc b/compat/pc
index f69b54d..eb11dfc 100644
--- a/compat/pc
+++ b/compat/pc
@@ -5,6 +5,7 @@ default partial xkb_compatibility "pc" {
virtual_modifiers Alt;
setMods.clearLocks= True;
+
interpret Alt_L+Any {
virtualModifier= Alt;
action = SetMods(modifiers=modMapMods);