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

Use key() as keyboard identifier, Catch spacebar str::trim edgecase #127

Merged
merged 5 commits into from
Aug 17, 2024

Conversation

rkimoakbioinformatics
Copy link
Collaborator

Changed from .code() to .keys() so that alternative keyboard layouts are correctly detected.

Made str::trim to run conditionally so that the space key is detected.

Copy link
Member

@friendlymatthew friendlymatthew left a comment

Choose a reason for hiding this comment

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

Thanks you!

@mondeja I'm going to merge this as is. I have some follow up PRs that I can add on to get this fully over the line

@friendlymatthew friendlymatthew merged commit 44fe731 into gaucho-labs:main Aug 17, 2024
7 checks passed
This was referenced Aug 17, 2024
@friendlymatthew friendlymatthew changed the title Alternative keyboard layout works. Detects the space key. Use key() as keyboard identifier, Catch spacebar str::trim edgecase Aug 17, 2024
maxbergmark added a commit to maxbergmark/leptos-hotkeys that referenced this pull request Aug 17, 2024
@friendlymatthew
Copy link
Member

@all-contributors please add @rkimoakbioinformatics for code

Copy link
Contributor

@friendlymatthew

I've put up a pull request to add @rkimoakbioinformatics! 🎉

maxbergmark added a commit that referenced this pull request Sep 3, 2024
* First attempt at fixing #119

* Reset last_pressed on key up + refactor

* Refactor key handling logic

* Handle conflict with #127

* Temporary debug message for last key match

* Another temporary debug message

* Remove temporary logs + refactor

* Add feature for using event key

* Update README with feature flag description

* Revert "Update README with feature flag description"

This reverts commit f721c9b.

* Revert "Add feature for using event key"

This reverts commit f1e5410.

---------

Co-authored-by: Matthew Kim <[email protected]>
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