add open file menu item, group file items in section

This commit is contained in:
yggverse 2025-02-15 12:33:26 +02:00
parent 330075164d
commit fb9ef36893
5 changed files with 117 additions and 8 deletions

View file

@ -200,6 +200,14 @@ impl App {
),
&["<Primary>s"],
),
(
format!(
"{}.{}",
browser.window.action.id,
browser.window.action.open.simple_action.name()
),
&["<Primary>o"],
),
(
format!(
"{}.{}",