multiMiner improvements

This commit is contained in:
kepler155c@gmail.com
2019-04-04 13:41:31 -04:00
parent 1c30ccda29
commit d5eb07c3b9
3 changed files with 132 additions and 19 deletions

View File

@@ -69,6 +69,7 @@ local page = UI.Page {
[ 'enter' ] = 'eject',
[ 'up' ] = 'grid_up',
[ 'down' ] = 'grid_down',
[ 'control-a' ] = 'eject_all',
},
},
amount = UI.TextEntry {
@@ -80,6 +81,7 @@ local page = UI.Page {
backgroundFocusColor = colors.black,
accelerators = {
[ 'enter' ] = 'eject_specified',
[ 'control-a' ] = 'eject_all',
},
help = 'Request amount',
},