Merge pull request #5858 from RosettaCommons/roccomoretti/interactive_hotkey_on_start
[Foldit] Avoid a crash with hotkeys on intro puzzles.
If you press a hotkey when the StartPuzzleTool is running, it can result in a crash. Don't run actions (e.g. from a hotkey) from the SelectionTool unless the SelectionTool is active.
RELEASE NOTES: Fix crashes with hotkeys during intro puzzle loading.