fenrir/src/fenrir-package/core/input.py

11 lines
139 B
Python
Raw Normal View History

2016-07-08 19:36:27 -04:00
#!/bin/python
input = {
'currShortcut': {},
2016-08-11 17:16:44 -04:00
'currShortcutString': '',
'consumeKey': False,
'fenrirKey': ['82'],
'keyForeward': False,
2016-07-08 19:36:27 -04:00
}