Add hotkeys to select the next symbol above/below the current one in the listing

This commit is contained in:
LagoLunatic
2024-11-28 16:56:11 -05:00
committed by Luke Street
parent dbf86ec3cf
commit b571787732
5 changed files with 69 additions and 9 deletions

View File

@@ -235,7 +235,7 @@ pub fn extab_diff_ui(
}
});
hotkeys::check_scroll_hotkeys(ui);
hotkeys::check_scroll_hotkeys(ui, true);
// Table
render_strips(ui, available_width, 2, |ui, column| {