Some more lua-scripts and library fixes from iceman, including more default keys

This commit is contained in:
Martin Holst Swende 2014-08-29 09:11:36 +02:00
commit fdefed663f
3 changed files with 84 additions and 9 deletions

View file

@ -126,6 +126,21 @@ local _keys = {
'eeeeeeeeeeee',
'0123456789ab',
'123456789abc',
--[[
The keys below are taken from from https://github.com/4ZM/mfterm/blob/master/dictionary.txt
--]]
'abcdef123456', -- Key from ladyada.net
'000000000001',
'000000000002',
'00000000000a',
'00000000000b',
'100000000000',
'200000000000',
'a00000000000',
'b00000000000',
}
---
@ -148,4 +163,4 @@ local function uniq(list)
return foobar
end
return uniq(_keys)
return uniq(_keys)