feat: add missing file menu entries
This commit is contained in:
parent
b011bc7635
commit
f03fc1e3ab
4 changed files with 20 additions and 15 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue