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
Testing the German E1 with its modifiers changed as Latches, I found that empty levels do not break latches. Indeed, we skip our for loops in filters because the count is zero! 😅 This is a regression introduced in #487.
Why break latches with empty levels? In essence they are levels with just a NoSymbol keysym, and NoAction breaks latches.
The text was updated successfully, but these errors were encountered:
wismill
added
bug
Indicates an unexpected problem or unintended behavior
state
Indicates a need for improvements or additions to the xkb_state API
labels
Jan 24, 2025
Testing the German E1 with its modifiers changed as Latches, I found that empty levels do not break latches. Indeed, we skip our
for
loops in filters because the count is zero! 😅 This is a regression introduced in #487.Why break latches with empty levels? In essence they are levels with just a
NoSymbol
keysym, andNoAction
breaks latches.Discovered indirectly thanks to @Jules-Bertholet who mentioned the E1 layout.
The text was updated successfully, but these errors were encountered: