From 56b70571c9c8b1145d3b211b7cf307364b2d150f Mon Sep 17 00:00:00 2001 From: juha Date: Sun, 29 Dec 2019 23:18:59 +0000 Subject: [PATCH] LCL: Make result of ShortcutToText compatible with Delphi ("="). Issue #36489, patch from Bart. git-svn-id: trunk@62468 - --- lcl/lclproc.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/lclproc.pas b/lcl/lclproc.pas index d22002b69a..2b9dfd990b 100644 --- a/lcl/lclproc.pas +++ b/lcl/lclproc.pas @@ -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