forked from cafeberry/cafeberry
i HATE neolegacy actually
This commit is contained in:
@@ -326,8 +326,6 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
|
||||
ChatScreen* chat = pm && pm->screen ? dynamic_cast<ChatScreen*>(pm->screen) : nullptr;
|
||||
if (chat)
|
||||
{
|
||||
if (vk == 'V' && (GetKeyState(VK_CONTROL) & 0x8000))
|
||||
{ chat->handlePasteRequest(); break; }
|
||||
if (vk >= '1' && vk <= '9')
|
||||
break;
|
||||
if (vk == VK_SHIFT)
|
||||
|
||||
Reference in New Issue
Block a user