--- trunk/indra/newview/llpreviewnotecard.cpp 2010/03/21 18:22:23 137 +++ trunk/indra/newview/llpreviewnotecard.cpp 2010/04/30 20:03:50 138 @@ -218,7 +218,7 @@ return TRUE; } - if (('F' == key) && (MASK_CONTROL == (mask & MASK_CONTROL))) + if ('F' == key && (mask & MASK_CONTROL) && !(mask & (MASK_SHIFT | MASK_ALT))) { LLFloaterSearchReplace::show(getChild("Notecard Editor")); return TRUE;