FIRE-20461: Ctrl+W does not close the Conversations floater while it has focus
parent
f0b8472548
commit
0a5d7650bd
|
|
@ -198,6 +198,12 @@ BOOL FSFloaterContacts::handleKeyHere(KEY key, MASK mask)
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
if (mask == MASK_CONTROL && key == 'W' && getHost())
|
||||
{
|
||||
getHost()->closeFloater();
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
return LLFloater::handleKeyHere(key, mask);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue