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

[BUG] Custom shortcuts wrong description when editing command with multiple bindings when some of those lack a description. #684

Open
l-const opened this issue Oct 9, 2024 · 1 comment

Comments

@l-const
Copy link
Contributor

l-const commented Oct 9, 2024

You may see the command of a total different shortcut shown when there is editing maybe because of some new sort order. YOu can recreate this with at least shortcuts that have more than one binding each (some of those the latter ones won't have a description in the config .ron file) and try adding and remove bindings.

See in the screenshot that the tilix desciprion is mixed up with the code(vs-code) one.

screenshot-2024-10-09-11-19-58

@l-const
Copy link
Contributor Author

l-const commented Oct 9, 2024

Only the first keybind will have the desciption of the shortcut the latter ones won't have and i think there is where the issue somewhat at least lies. Also if you delete the first keybind the description will be lost which is a totally different bug and eventually the command_str will be shown. Raised issue #686 for the last remark. The initial description "Open tilix" is lost due to deleting the initial keybind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant