From 563fa87fcd80108e4308c9d016cb007708254447 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 5 Jun 2022 11:32:55 +0200 Subject: 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. --- compat/iso9995 | 1 + compat/pc | 1 + 2 files changed, 2 insertions(+) (limited to 'compat') 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); -- cgit v1.2.1