On Friday, 20 Nov 2015 20:55:04 +0900, Alexandre Julliard wrote:
Hugh McMaster writes:
VK_DEL is 0x2e. The existing code used 127 (0x7F), which is VK_F16.
These are character codes, not vkeys.
Yes, you are right. 127 is DEL.
The changes in themselves still stand, however. VK_DEL should be used, as it matches Windows' functionality with Shift-Delete.
Control-H or Control-Backspace can still be used to generate ^H.