2014-05-05 12:05:33 -06:00
|
|
|
default partial xkb_compatibility "pc" {
|
2009-06-06 11:52:23 -06:00
|
|
|
|
2014-05-05 12:05:33 -06:00
|
|
|
// Sets the "Alt" virtual modifier.
|
2009-06-06 11:52:23 -06:00
|
|
|
|
2014-05-05 12:05:33 -06:00
|
|
|
virtual_modifiers Alt;
|
2009-06-06 11:52:23 -06:00
|
|
|
|
|
|
|
setMods.clearLocks= True;
|
2014-05-05 12:05:33 -06:00
|
|
|
interpret Alt_L+Any {
|
2009-06-06 11:52:23 -06:00
|
|
|
virtualModifier= Alt;
|
|
|
|
action = SetMods(modifiers=modMapMods);
|
|
|
|
};
|
|
|
|
|
2014-05-05 12:05:33 -06:00
|
|
|
interpret Alt_R+Any {
|
2009-06-06 11:52:23 -06:00
|
|
|
virtualModifier= Alt;
|
|
|
|
action = SetMods(modifiers=modMapMods);
|
|
|
|
};
|
|
|
|
};
|