Replies: 1 comment 10 replies
-
Right now Slint can only do tab. So if you'd like to do that, you'd need to implement that keyboard navigation yourself by handling the key up/down/left/right events to change the focus. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to know if there is more information (or just peoples ideas) regarding using SLint for a UI that can be controlled using just 4 arrow keys and enter and back.
Slint does have virtual keyboard support, which will help a lot for this project but I was wondering if there are recommendations for managing and moving focus. Ideally it should be possible to control the focus in a more advanced way than the standard accesibility options from slint.
Some way of having a vertical list, horizontal list and a grid in which the focus of items can be controlled?
Would slint be a good fit for such an interface? Should the focus management be implemented in the slint language or would it be recommended to implement it in rust? could we add (custom) primitives to allow more control over focus than slints built-in accesibilty layer?
Beta Was this translation helpful? Give feedback.
All reactions