147
147
except: # Masataka.Shinke
148
148
log.error("Error terminating nvdajp_keyEvents",exc_info=True) # Masataka.Shinke
151
169
"""NVDA's core main loop.
152
170
This initializes all modules such as audio, IAccessible, keyboard, mouse, and GUI. Then it initialises the wx application object and installs the core pump timer, which checks the queues and executes functions every 1 ms. Finally, it starts the wx main loop.