a temporary fix for vfs/delete

This commit is contained in:
kepler155c@gmail.com
2020-05-07 21:34:50 -06:00
parent 4e6c5172d1
commit 8b14399a20
7 changed files with 25 additions and 23 deletions

View File

@@ -39,7 +39,7 @@ local page = UI.Page {
},
accelerators = {
[ 'control-q' ] = 'quit',
space = 'activate',
[ ' ' ] = 'activate',
t = 'terminate',
},
eventHandler = function (self, event)