12 lines
179 B
Python
12 lines
179 B
Python
#!/bin/python
|
|
import time
|
|
|
|
input = {
|
|
'currShortcut': {},
|
|
'currShortcutString': '',
|
|
'consumeKey': False,
|
|
'fenrirKey': ['82'],
|
|
'keyForeward': False,
|
|
'lastInputTime':time.time(),
|
|
}
|