You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
default partial alphanumeric_keys
xkb_symbols "base" {
name[Group1] = "Test";
// <LALT> has no effect as long as below line is uncommented
key <RALT> { [ a ] };
key <LALT> {
symbols[Group1] = [ Alt_L ],
actions[Group1] = [ LatchMods(modifiers=Alt) ]
};
key <AB01> { [ z ] };
};
With xkbcommmon (1.7.0 and latest master), <LALT> has no effect. It does not set or latch any modifiers on press or release. Commenting the <RALT> entry makes it work again.
The text was updated successfully, but these errors were encountered:
Consider the following layout:
With xkbcommmon (1.7.0 and latest master),
<LALT>
has no effect. It does not set or latch any modifiers on press or release. Commenting the<RALT>
entry makes it work again.The text was updated successfully, but these errors were encountered: