To make Fenrir easier to approach for new developer, start code migration to be pep8 compliant.
This commit is contained in:
@@ -7,12 +7,37 @@
|
||||
from fenrirscreenreader.core import debug
|
||||
|
||||
generalData = {
|
||||
'args': None,
|
||||
'tutorialMode': False,
|
||||
'currUser':'',
|
||||
'prevUser':'',
|
||||
'managerList':[ 'attributeManager','punctuationManager', 'byteManager', 'cursorManager', 'applicationManager', 'commandManager'
|
||||
, 'screenManager', 'inputManager','outputManager', 'helpManager', 'memoryManager', 'eventManager','processManager', 'debug'],
|
||||
'commandFolderList':['commands','onKeyInput', 'onByteInput', 'onCursorChange', 'onScreenUpdate','onScreenChanged','onHeartBeat', 'onPlugInputDevice'
|
||||
,'onApplicationChange','onSwitchApplicationProfile','help','vmenu-navigation',],
|
||||
'args': None,
|
||||
'tutorialMode': False,
|
||||
'currUser': '',
|
||||
'prevUser': '',
|
||||
'managerList': [
|
||||
'attributeManager',
|
||||
'punctuationManager',
|
||||
'byteManager',
|
||||
'cursorManager',
|
||||
'applicationManager',
|
||||
'commandManager',
|
||||
'screenManager',
|
||||
'inputManager',
|
||||
'outputManager',
|
||||
'helpManager',
|
||||
'memoryManager',
|
||||
'eventManager',
|
||||
'processManager',
|
||||
'debug'],
|
||||
'commandFolderList': [
|
||||
'commands',
|
||||
'onKeyInput',
|
||||
'onByteInput',
|
||||
'onCursorChange',
|
||||
'onScreenUpdate',
|
||||
'onScreenChanged',
|
||||
'onHeartBeat',
|
||||
'onPlugInputDevice',
|
||||
'onApplicationChange',
|
||||
'onSwitchApplicationProfile',
|
||||
'help',
|
||||
'vmenu-navigation',
|
||||
],
|
||||
}
|
||||
|
Reference in New Issue
Block a user