To make Fenrir easier to approach for new developer, start code migration to be pep8 compliant.

This commit is contained in:
Storm Dragon
2025-07-01 22:23:50 -04:00
parent 4bcf82178e
commit 7408951152
345 changed files with 8688 additions and 3852 deletions

View File

@@ -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',
],
}