Skip to content

Fix Qt bootstrap handling of non-back key events#3343

Open
lazycat11 wants to merge 1 commit into
kivy:developfrom
lazycat11:fix-qt-non-back-key-events
Open

Fix Qt bootstrap handling of non-back key events#3343
lazycat11 wants to merge 1 commit into
kivy:developfrom
lazycat11:fix-qt-non-back-key-events

Conversation

@lazycat11
Copy link
Copy Markdown
Contributor

Summary

  • handle only Android Back key events in the Qt bootstrap double-tap-to-exit logic
  • pass all other key events through to Qt via super.onKeyDown
  • checked the other bootstraps: webview/service_only already guard KEYCODE_BACK, and the remaining bootstraps do not use this double-back exit logic

Testing

  • git diff --check
  • fork GitHub Actions workflow Unit tests & build apps run 26929233140 completed successfully, including Flake8, Java Spotless, pytest matrix, recipe tests, emulator run, and Qt app build

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.

1 participant