feat: add missing file menu entries

This commit is contained in:
git-f0x 2024-08-08 15:50:16 +02:00
parent b011bc7635
commit f03fc1e3ab
4 changed files with 20 additions and 15 deletions

View file

@ -23,6 +23,7 @@ pub fn key_binds() -> HashMap<KeyBind, Action> {
}};
}
bind!([Ctrl], Key::Character("d".into()), AddToSidebar);
bind!([Ctrl], Key::Character("c".into()), Copy);
bind!([Ctrl], Key::Character("x".into()), Cut);
bind!([Ctrl], Key::Character("l".into()), EditLocation);