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

Alexandre Julliard julliard at winehq.org
Fri Nov 20 07:18:18 CST 2015


Hugh McMaster <hugh.mcmaster at outlook.com> writes:

> 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.

If you want to use vkeys, you need to change the corresponding flag in
the keymap.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list