detonator icon indicating copy to clipboard operation
detonator copied to clipboard

Add keyboard support in uikit

Open ensisoft opened this issue 4 years ago • 0 comments
trafficstars

This is a large ticket and will likely need to be split into smaller ones.

  • Create a concept of virtual keys so that the application can map some native keyboard events into uikit virtual keys that the UI can react on.
  • Create a concept of "input focus", i.e. which widget has the input focus for receiving key events.
    • focus indication
  • React on some uikit virtual keys and perform tasks such as "move focus to next widget", "move focus to prev widget".
    • focus order (also called tab order) of widgets

ensisoft avatar Aug 27 '21 08:08 ensisoft