From 298d8e2ef42eb2c60f1a2c24cf1aeb131dcded09 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 26 Apr 2013 00:13:17 +0300 Subject: Add mod key for chat (left shift) New action: mod key + right click - close current whisper. --- src/keyboarddata.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/keyboarddata.h') diff --git a/src/keyboarddata.h b/src/keyboarddata.h index 1a8d2f6da..980bf1eda 100644 --- a/src/keyboarddata.h +++ b/src/keyboarddata.h @@ -1943,6 +1943,13 @@ static const KeyData keyData[Input::KEY_TOTAL] = { Input::GRP_DEFAULT, &ActionManager::showWindows, Input::KEY_NO_VALUE, 50, + COND_DEFAULT}, + {"keyChatMod", + INPUT_KEYBOARD, SDLK_LSHIFT, + INPUT_UNKNOWN, Input::KEY_NO_VALUE, + Input::GRP_CHAT, + nullptr, + Input::KEY_NO_VALUE, 50, COND_DEFAULT} }; -- cgit v1.2.3-60-g2f50