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

Multiple assignment is inconsistent when the first value is also the default #97

Open
wojtryb opened this issue Nov 26, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@wojtryb
Copy link
Owner

wojtryb commented Nov 26, 2024

GUI allows to set the first value be the same as the default one. After the reset with a long press, next short press switches from the user perspective does nothing, as the value is being changed from the default to the first one (which are the same).

This is a design issue. Probably multiple assignment template needs to be rewritten:

  • do not support multiple occurrences of the same value in the list (as the GUI do not allow it anyway)
  • with each key press, check if the current value is in the list. When it does, switch to the next one, if not, activate the first one. (this changes how the feature behaves from the user perspective)
@wojtryb wojtryb added the bug Something isn't working label Nov 26, 2024
@wojtryb wojtryb self-assigned this Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant