new hotkeys to select dirs, files.

This commit is contained in:
2025-11-09 22:26:07 +03:00
parent 9112102c16
commit 5c46ff4a1e
5 changed files with 170 additions and 50 deletions
+7
View File
@@ -40,6 +40,13 @@ impl App for SoundpadGui {
}
self.draw(ui).ok();
if let Some(force_focus_id) = self.app_state.force_focus_id {
ui.memory_mut(|reder| {
reder.request_focus(force_focus_id);
});
self.app_state.force_focus_id = None;
}
});
if self.app_state.position_dragged {