You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, i've looked into this further while working on #1187 (implements keyboard support for buttons).
while i am not experienced enough to make any claims with full confidence, it seems like eventboxes are not able to receive button press events .
also, some things were really flaky, but it's entirely possible that i just missed something or that my code sucks, gtk is hard ^^'
however, i can report something else:
keyboard navigation (using arrow keys and tab) works, at least from a small test with an array of buttons inside boxes.
since buttons can hold any widget as their child, just use those instead of eventboxes if possible
if you want to help out a bit, feel free to build and use #1187 and report your experiences there ^^
if you think that pr resolves this issue, feel free to mention it there so i can link the two
Description of the requested feature
It would be nice if, when a window is focused, it were possible to use the arrow keys to "hover" over event boxes, or return to "click" them
Proposed configuration syntax
(eventbox :keyboard-selectable true (...))
Additional context
No response
The text was updated successfully, but these errors were encountered: