1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-25 20:57:39 +00:00

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

@@ -30,7 +30,7 @@ end
local REGISTRY_DIR = 'usr/.registry'
-- icon:gsub('.', function(b) return '\\' .. b:byte() end)
-- iconExt:gsub('.', function(b) return '\\' .. b:byte() end)
local DEFAULT_ICON = NFT.parse('\30\55\31\48\136\140\140\140\132\
\30\48\31\55\149\31\48\128\128\128\30\55\149\
\30\55\31\48\138\143\143\143\133')

View File

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