new hotkeys to select dirs, files.

This commit is contained in:
2025-11-09 22:26:07 +03:00
parent b7dc54c2cb
commit 3850a9ce10
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 {