Adds better support for the tas input.

This commit is contained in:
unknown
2012-01-21 18:39:17 -06:00
committed by skidau
parent 9ea8d54343
commit 873437d58a
3 changed files with 724 additions and 19 deletions

View File

@ -950,7 +950,7 @@ void CFrame::OnKeyDown(wxKeyEvent& event)
else
{
unsigned int i = NUM_HOTKEYS;
if (!SConfig::GetInstance().m_LocalCoreStartupParameter.bRenderToMain)
if (!SConfig::GetInstance().m_LocalCoreStartupParameter.bRenderToMain || g_TASInputDlg->HasFocus())
{
for (i = 0; i < NUM_HOTKEYS; i++)
{