[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 05:55:04 CST 2015


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

> VK_DEL is 0x2e. The existing code used 127 (0x7F), which is VK_F16.

These are character codes, not vkeys.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list