From 6149ce350ab27ba70ddb46a2976473fa7f371531 Mon Sep 17 00:00:00 2001 From: elektrahesse Date: Wed, 15 Sep 2010 20:43:38 +0200 Subject: Added TAB as name completion hotkey, to be used after at least 3 chars otherwise it reverts to the default widgets-switching behaviour --- linden/indra/newview/llchatbar.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linden/indra') diff --git a/linden/indra/newview/llchatbar.cpp b/linden/indra/newview/llchatbar.cpp index 92340ec..2009905 100644 --- a/linden/indra/newview/llchatbar.cpp +++ b/linden/indra/newview/llchatbar.cpp @@ -206,7 +206,8 @@ BOOL LLChatBar::handleKeyHere( KEY key, MASK mask ) stopChat(); handled = TRUE; } - else if (key == KEY_ESCAPE && mask == MASK_CONTROL && gChatBar == this) + // else if (key == KEY_ESCAPE && mask == MASK_CONTROL && gChatBar == this) + else if (key == KEY_TAB && gChatBar == this) { if (mInputEditor) { -- cgit v1.1