X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/9ea10e786812ddf40e118ddfce4a306014b17930..e414a330d66b19abceb4c367dac70408b815b302:/windows/window.c diff --git a/windows/window.c b/windows/window.c index 033cfa5d..86cece85 100644 --- a/windows/window.c +++ b/windows/window.c @@ -3995,7 +3995,7 @@ static int TranslateKey(UINT message, WPARAM wParam, LPARAM lParam, *p++ = 0x1F; return p - output; } - if (shift_state == 2 && wParam == 0xDF) { + if (shift_state == 2 && (wParam == 0xDF || wParam == 0xDC)) { *p++ = 0x1C; return p - output; }