diff options
author | elektrahesse | 2010-09-15 20:43:38 +0200 |
---|---|---|
committer | elektrahesse | 2010-09-15 20:43:38 +0200 |
commit | 6149ce350ab27ba70ddb46a2976473fa7f371531 (patch) | |
tree | 2421c15c1e873587ed1d6e58f10f06f4c329788c /linden/indra | |
parent | Updated CannotBuyLandMaturity notification with info on how to fix the problem (diff) | |
download | meta-impy-6149ce350ab27ba70ddb46a2976473fa7f371531.zip meta-impy-6149ce350ab27ba70ddb46a2976473fa7f371531.tar.gz meta-impy-6149ce350ab27ba70ddb46a2976473fa7f371531.tar.bz2 meta-impy-6149ce350ab27ba70ddb46a2976473fa7f371531.tar.xz |
Added TAB as name completion hotkey, to be used after at least 3 chars otherwise it reverts to the default widgets-switching behaviour
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/newview/llchatbar.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 ) | |||
206 | stopChat(); | 206 | stopChat(); |
207 | handled = TRUE; | 207 | handled = TRUE; |
208 | } | 208 | } |
209 | else if (key == KEY_ESCAPE && mask == MASK_CONTROL && gChatBar == this) | 209 | // else if (key == KEY_ESCAPE && mask == MASK_CONTROL && gChatBar == this) |
210 | else if (key == KEY_TAB && gChatBar == this) | ||
210 | { | 211 | { |
211 | if (mInputEditor) | 212 | if (mInputEditor) |
212 | { | 213 | { |