summaryrefslogtreecommitdiff
path: root/src/keyboardconfig.cpp
diff options
context:
space:
mode:
authorFreeyorp <Freeyorp101@NOSPAM@hotmail.com>2009-05-24 00:55:10 +1200
committerChuck Miller <shadowmil@gmail.com>2009-05-24 02:26:26 -0400
commitb66f18ea01fc1935795392f4aaef188fb02e8d64 (patch)
tree9519fe20b07542098590813cb81faa812c361642 /src/keyboardconfig.cpp
parentfbbd4c406bf95ef8591f7368baacfad6f4d3f30f (diff)
downloadmana-client-b66f18ea01fc1935795392f4aaef188fb02e8d64.tar.gz
mana-client-b66f18ea01fc1935795392f4aaef188fb02e8d64.tar.bz2
mana-client-b66f18ea01fc1935795392f4aaef188fb02e8d64.tar.xz
mana-client-b66f18ea01fc1935795392f4aaef188fb02e8d64.zip
Modify the default keyboard settings to resolve a conflict
Diffstat (limited to 'src/keyboardconfig.cpp')
-rw-r--r--src/keyboardconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboardconfig.cpp b/src/keyboardconfig.cpp
index e013bfc5..670a96be 100644
--- a/src/keyboardconfig.cpp
+++ b/src/keyboardconfig.cpp
@@ -97,7 +97,7 @@ static KeyData const keyData[KeyboardConfig::KEY_TOTAL] = {
{"keyChatScrollDown", SDLK_PAGEDOWN, _("Scroll Chat Down")},
{"keyChatPrevTab", SDLK_LEFTBRACKET, _("Previous Chat Tab")},
{"keyChatNextTab", SDLK_RIGHTBRACKET, _("Next Chat Tab")},
- {"keyOK", SDLK_RETURN, _("Select OK")},
+ {"keyOK", SDLK_SPACE, _("Select OK")},
{"keyQuit", SDLK_ESCAPE, _("Quit")},
{"keyIgnoreInput1", SDLK_LSUPER, _("Ignore input 1")},
{"keyIgnoreInput2", SDLK_RSUPER, _("Ignore input 2")}