diff options
Diffstat (limited to 'test/data/compat/pc')
-rw-r--r-- | test/data/compat/pc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/data/compat/pc b/test/data/compat/pc new file mode 100644 index 0000000..e970795 --- /dev/null +++ b/test/data/compat/pc @@ -0,0 +1,17 @@ +default partial xkb_compatibility "pc" { + + // Sets the "Alt" virtual modifier + + virtual_modifiers Alt; + + setMods.clearLocks= True; + interpret Alt_L+Any { + virtualModifier= Alt; + action = SetMods(modifiers=modMapMods); + }; + + interpret Alt_R+Any { + virtualModifier= Alt; + action = SetMods(modifiers=modMapMods); + }; +}; |