[PATCH 1/2] kernel32: Use correct virtual-key code for the Delete key when using wineconsole

Hugh McMaster hugh.mcmaster at outlook.com
Fri Nov 20 07:03:27 CST 2015


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.


 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20151121/b30379f0/attachment.html>


More information about the wine-devel mailing list