Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix one-shot locked modifiers #16114

Merged
merged 2 commits into from
Apr 18, 2022

Commits on Jan 29, 2022

  1. Fix state updates of one-shot locked modifiers

    Activating additional one-shot locked modifiers removed previously enabled locked modifiers from the state.
    `get_oneshot_locked_mods` returned zero when two or more one-shot locked modifiers were enabled and then one was disabled.
    denis-savran committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    c4f2a84 View commit details
    Browse the repository at this point in the history
  2. Do not delete one-shot locked modifiers on a one-shot layer toggle

    Non-locked one-shot modifiers are not removed so this behavior adds inconsistency.
    Also the one-shot locked modifiers state was reset without unregistering any modifiers.
    denis-savran committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    5c1faba View commit details
    Browse the repository at this point in the history