<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>On Friday, 20 Nov 2015 20:55:04 +0900, Alexandre Julliard wrote:<br><div>> <br>> Hugh McMaster writes:<br>> <br>> > VK_DEL is 0x2e. The existing code used 127 (0x7F), which is VK_F16.<br>> <br>> These are character codes, not vkeys.<br><br>Yes, you are right. 127 is DEL.<br><br>The changes in themselves still stand, however. VK_DEL should be used, as it matches Windows' functionality with Shift-Delete.<br><br>Control-H or Control-Backspace can still be used to generate ^H.<br><br><br></div>                                     </div></body>
</html>