Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-20 | [hci] Allow tab key to be used to cycle through UI elements | Michael Brown | 1 | -27/+48 | |
Add support for wraparound scrolling and allow the tab key to be used to move forward through a list of elements, wrapping back around to the beginning of the list on overflow. This is mildly useful for a menu, and likely to be a strong user expectation for an interactive form. Signed-off-by: Michael Brown <mcb30@ipxe.org> | |||||
2015-03-03 | [menu] Abstract out the generic concept of a jump scroller | Michael Brown | 1 | -0/+140 | |
Signed-off-by: Michael Brown <mcb30@ipxe.org> |