Shift Enter whispers

This commit is contained in:
Siana Gearz
2010-11-19 02:08:02 +01:00
parent 85e26c05d1
commit 5c4c165204

View File

@@ -187,6 +187,12 @@ BOOL LLChatBar::handleKeyHere( KEY key, MASK mask )
sendChat(CHAT_TYPE_SHOUT);
handled = TRUE;
}
else if (mask == MASK_SHIFT)
{
// whisper
sendChat( CHAT_TYPE_WHISPER );
handled = TRUE;
}
else if (mask == MASK_NONE)
{
// say