globalCommands: For the scripts that activate settings dialogs, ensure that the function is executed with wx.CallAfter so that modal dialogs don't cause the script to block.
Fixes the issue where NVDA freezes when a user attempts to open a settings dialog using its keyboard shortcut when a settings dialog is already open.
Fixes #1372.