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

Mark duplicate hotkeys #7667

Merged
merged 2 commits into from
Dec 19, 2022
Merged

Conversation

BenjaminBrandmeier
Copy link
Contributor

Feature to mark duplicate hotkeys. Solves #2704.

hotkey_duplicates

Copy link
Owner

@Eugeny Eugeny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise LGTM 👍

@Eugeny Eugeny merged commit 9544791 into Eugeny:master Dec 19, 2022
@Eugeny
Copy link
Owner

Eugeny commented Dec 19, 2022

Great work!

@Eugeny
Copy link
Owner

Eugeny commented Jan 6, 2023

Unfortunately it's now making filtering unusable - do you think you could make it faster than O(N^2)? E.g. stick all keystrokes into a Set and look up from it.

Screenshot 2023-01-06 at 16 44 41

@BenjaminBrandmeier
Copy link
Contributor Author

Absolutely! Will create a performance fix PR within the next minutes.

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

Successfully merging this pull request may close these issues.

None yet

2 participants