no input/ screen processing while vmenu

This commit is contained in:
chrys
2019-02-03 23:52:12 +01:00
parent 4dc0d7b204
commit d65a3fc596
2 changed files with 21 additions and 19 deletions

View File

@@ -14,5 +14,5 @@ generalData = {
'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',],
,'onApplicationChange','onSwitchApplicationProfile','help','vmenu-navigation',],
}