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

fix(Search Bar): add keyboard support for search bar #418

Merged
merged 1 commit into from
Dec 28, 2024

Conversation

ShadowApex
Copy link
Collaborator

@ShadowApex ShadowApex commented Dec 27, 2024

This change adds support for library search using the keyboard input method. It also switches to using the LineEdit node as a base instead of the TextEdit node (which is typically used for multiline editing). It also adds the ability to move the text box cursor with the OSK directional buttons.

Fixes #296

@ShadowApex ShadowApex requested a review from pastaq December 27, 2024 03:03
- Update search bar to use LineEdit instead of TextEdit
- Add ability to move text cursor with OSK
- Switch to library state upon keyboard input
@ShadowApex ShadowApex force-pushed the shadowapex/search-bar-fixes branch from 8adbfb4 to 243b6d2 Compare December 27, 2024 18:44
@ShadowApex ShadowApex merged commit 6a9ef5f into main Dec 28, 2024
2 checks passed
@ShadowApex ShadowApex deleted the shadowapex/search-bar-fixes branch December 28, 2024 17:44
Copy link

🎉 This PR is included in version 0.35.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Search bar doesn't support direct keyboard input
2 participants