Skip to content

fix "command" or "a" independently selecting all items #3567

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

Merged

Conversation

cdzombak
Copy link
Contributor

Vuejs's onKeyStroke treats an array of keys as "or", not "and" (ref: https://vueuse.org/core/onKeyStroke/ ).

This commit PR the behavior where using the Command key, even as part of an OS-level key combination like Command+Tab, would select all items on the page.

Vuejs's onKeyStroke treats an array of keys as "or", not "and" (ref: https://vueuse.org/core/onKeyStroke/ ). This commit fixes the behavior where using the COmmand key, even as part of an OS-level combo like Command-Tab, would select all items.
@cdzombak cdzombak requested a review from a team as a code owner July 26, 2025 15:56
@ildyria ildyria merged commit d08a0b9 into LycheeOrg:master Jul 26, 2025
24 checks passed
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.

2 participants