Backspace/delete removes a file from the file finder

This commit is contained in:
Corey Johnson
2012-05-07 15:29:40 -07:00
parent b422040d52
commit f75755e90b
3 changed files with 33 additions and 3 deletions

View File

@@ -7,6 +7,8 @@ window.keymap.bindKeys '.tree-view'
'enter': 'tree-view:open-selected-entry'
'm': 'tree-view:move'
'a': 'tree-view:add'
'delete': 'tree-view:remove'
'backspace': 'tree-view:remove'
'alt-tab': 'tree-view:unfocus'
window.keymap.bindKeys '.move-dialog .mini.editor, .add-dialog .mini.editor'