mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 15:39:32 +02:00
LCL: Make result of ShortcutToText compatible with Delphi ("="). Issue #36489, patch from Bart.
git-svn-id: trunk@62468 -
This commit is contained in:
parent
dd0a4014b6
commit
56b70571c9
@ -603,7 +603,7 @@ const
|
|||||||
'', // 0xb8
|
'', // 0xb8
|
||||||
'', // 0xb9
|
'', // 0xb9
|
||||||
';', // 0xba - VK_OEM_1 - Can vary by keyboard, US keyboard, the ';:' key
|
';', // 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
|
',', // 0xbc - VK_OEM_COMMA - For any country/region, the ',' key
|
||||||
'-', // 0xbd - VK_OEM_MINUS - 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
|
'.', // 0xbe - VK_OEM_PERIOD - For any country/region, the '.' key
|
||||||
|
Loading…
Reference in New Issue
Block a user