Removed unused.
This commit is contained in:
parent
45e57c765c
commit
7f656559df
@ -1,13 +0,0 @@
|
|||||||
import tables
|
|
||||||
|
|
||||||
type
|
|
||||||
KeypressEvent* = tuple
|
|
||||||
character: char
|
|
||||||
pressed: bool
|
|
||||||
|
|
||||||
const SetOne* = {
|
|
||||||
0x01:('\x1B', true), 0x02:('1', true), 0x03:('2', true), 0x04:('3', true),
|
|
||||||
0x05:('4', true), 0x06:('5', true), 0x07:('6', true), 0x08:('7', true),
|
|
||||||
0x09:('8', true), 0x0A:('9', true), 0x0B:('0', true), 0x0C:('-', true),
|
|
||||||
0x0D:('=', true), 0x0E:('\x08', true), 0x0F:('\x09', true)
|
|
||||||
}.newTable
|
|
Loading…
Reference in New Issue
Block a user