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

TextInput does not support "home" and "end" commands on windows #8475

Open
ReetiMauryaCrest opened this issue Nov 23, 2023 · 0 comments
Open
Labels
Component: Widgets kivy/uix, style.kv Type: Bug A bug or something not working as intended

Comments

@ReetiMauryaCrest
Copy link

Software Versions

  • Python: 3.11.4
  • OS: Windows
  • Kivy: 2.2.1
  • Kivy installation method: pip

Describe the bug
On windows, kivy app does not support "home" and "end" command in TextInput.

Expected behavior
When clicked on "home" button, I expect cursor to move at the start of the text in text input. And when using "end" I want the cursor to move at the end of the text. But the current cursor stays where it is in both of these cases.

@Julian-O Julian-O added Component: Widgets kivy/uix, style.kv Type: Bug A bug or something not working as intended labels Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Widgets kivy/uix, style.kv Type: Bug A bug or something not working as intended
Projects
None yet
Development

No branches or pull requests

2 participants