LCL: Make result of ShortcutToText compatible with Delphi ("="). Issue #36489, patch from Bart.

git-svn-id: trunk@62468 -
This commit is contained in:
juha 2019-12-29 23:18:59 +00:00
parent dd0a4014b6
commit 56b70571c9

View File

@ -603,7 +603,7 @@ const
'', // 0xb8
'', // 0xb9
';', // 0xba - VK_OEM_1 - Can vary by keyboard, US keyboard, the ';:' key
'+', // 0xbb - VK_OEM_PLUS - For any country/region, the '+' key
'=', // 0xbb - VK_OEM_PLUS - For any country/region, the '+/=' key Delphi returns '=' Issue #0036489
',', // 0xbc - VK_OEM_COMMA - For any country/region, the ',' key
'-', // 0xbd - VK_OEM_MINUS - For any country/region, the '-' key
'.', // 0xbe - VK_OEM_PERIOD - For any country/region, the '.' key