summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-03-31 17:27:36 +0300
committerAndrei Karas <akaras@inbox.ru>2012-03-31 17:27:36 +0300
commit6262c897a5dcbc95e534a54af99186ee7efb541d (patch)
tree7be65c7ab05b9ead94377212978f09de9a1795d8
parent6f368ab7083c9a6232531d0610716db97f64f4b0 (diff)
downloadplus-6262c897a5dcbc95e534a54af99186ee7efb541d.tar.gz
plus-6262c897a5dcbc95e534a54af99186ee7efb541d.tar.bz2
plus-6262c897a5dcbc95e534a54af99186ee7efb541d.tar.xz
plus-6262c897a5dcbc95e534a54af99186ee7efb541d.zip
Allow enter text if setup window is open.
-rw-r--r--src/keyboarddata.h2
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,