diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-03-31 17:27:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-03-31 17:27:36 +0300 |
commit | 6262c897a5dcbc95e534a54af99186ee7efb541d (patch) | |
tree | 7be65c7ab05b9ead94377212978f09de9a1795d8 /src/keyboarddata.h | |
parent | 6f368ab7083c9a6232531d0610716db97f64f4b0 (diff) | |
download | plus-6262c897a5dcbc95e534a54af99186ee7efb541d.tar.gz plus-6262c897a5dcbc95e534a54af99186ee7efb541d.tar.bz2 plus-6262c897a5dcbc95e534a54af99186ee7efb541d.tar.xz plus-6262c897a5dcbc95e534a54af99186ee7efb541d.zip |
Allow enter text if setup window is open.
Diffstat (limited to 'src/keyboarddata.h')
-rw-r--r-- | src/keyboarddata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboarddata.h b/src/keyboarddata.h index 516649103..2fd4b7087 100644 --- a/src/keyboarddata.h +++ b/src/keyboarddata.h @@ -806,7 +806,7 @@ static KeyData const keyData[KeyboardConfig::KEY_TOTAL] = { KeyboardConfig::GRP_DEFAULT | KeyboardConfig::GRP_CHAT, &ActionManager::toggleChat, KeyboardConfig::KEY_NO_VALUE, 50, - COND_GAME}, + COND_ENABLED | COND_NOINPUT | COND_NOAWAY | COND_NOMODAL}, {"keyChatScrollUp", SDLK_PAGEUP, N_("Scroll Chat Up"), KeyboardConfig::GRP_DEFAULT | KeyboardConfig::GRP_GUI, |