Open properties on space

This commit is contained in:
Jeremy Soller 2024-05-09 14:00:58 -06:00
parent 8ba70f2f93
commit e9b25a65c2
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

@ -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);