Delete is move to trash
This commit is contained in:
parent
bb1c57bbf5
commit
9fa0a19c58
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ pub fn key_binds() -> HashMap<KeyBind, Action> {
|
|||
bind!([Alt], Key::Named(Named::ArrowRight), HistoryNext);
|
||||
bind!([Alt], Key::Named(Named::ArrowLeft), HistoryPrevious);
|
||||
bind!([Alt], Key::Named(Named::ArrowUp), LocationUp);
|
||||
bind!([], Key::Named(Named::Delete), MoveToTrash);
|
||||
bind!([Ctrl], Key::Character("v".into()), Paste);
|
||||
bind!([], Key::Named(Named::F2), Rename);
|
||||
bind!([Ctrl], Key::Character("a".into()), SelectAll);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue