mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 23:30:04 -04:00
Give focus to any clickable widget with tab/shift-tab
Use space or enter to click the selected widget. Use arrow keys to adjust sliders and `DragValue`s. Closes https://github.com/emilk/egui/issues/31
This commit is contained in:
@@ -9,6 +9,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Added ⭐
|
||||
|
||||
* You can now give focus to any clickable widget with tab/shift-tab.
|
||||
* Use space or enter to click it.
|
||||
* Use arrow keys to adjust sliders and `DragValue`s.
|
||||
|
||||
### Fixed 🐛
|
||||
|
||||
* Fixed secondary-click to open a menu
|
||||
|
||||
Reference in New Issue
Block a user