Open properties on space
This commit is contained in:
parent
8ba70f2f93
commit
e9b25a65c2
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ pub fn key_binds() -> HashMap<KeyBind, Action> {
|
|||
bind!([Ctrl, Shift], Key::Character("N".into()), NewFolder);
|
||||
bind!([], Key::Named(Named::Enter), Open);
|
||||
bind!([Ctrl], Key::Character("v".into()), Paste);
|
||||
bind!([], Key::Named(Named::Space), Properties);
|
||||
bind!([], Key::Named(Named::F2), Rename);
|
||||
bind!([Ctrl], Key::Character("a".into()), SelectAll);
|
||||
bind!([Ctrl], Key::Character("w".into()), TabClose);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue