This commit is contained in:
kepler155c@gmail.com
2019-04-25 14:44:36 -04:00
parent 0e3cb15356
commit f4bcd61116
5 changed files with 10 additions and 5 deletions

View File

@@ -146,9 +146,9 @@ local Browser = UI.Page {
s = 'shell',
p = 'pastebin',
r = 'refresh',
space = 'mark',
[ ' ' ] = 'mark',
m = 'mark',
backspace = 'updir',
m = 'move',
u = 'unmark',
d = 'delete',
delete = 'delete',