From ac6049864a36d59cc71eadcf05325a369dcb9679 Mon Sep 17 00:00:00 2001 From: juha Date: Tue, 29 Dec 2020 22:56:43 +0000 Subject: [PATCH] LCL: Give new name to left-Backslash key on 102-keys keyboard. Issue #37966, patch from CudaText man. git-svn-id: trunk@64304 - --- lcl/lclproc.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/lclproc.pas b/lcl/lclproc.pas index 12bb1c118d..809e5cfac4 100644 --- a/lcl/lclproc.pas +++ b/lcl/lclproc.pas @@ -639,7 +639,7 @@ const 'OEM_8', // 0xdf - VK_OEM_8 '', // 0xe0 'OEM_0xE1', // 0xe1 - '\', // 0xe2 - VK_OEM_102 - Either the angle bracket key or the backslash key on the RT 102-key keyboard + 'OEM_Backslash', // 0xe2 - VK_OEM_102 - Either the angle bracket key or the backslash key on the RT 102-key keyboard 'OEM_0xE3', // 0xe3 'OEM_0xE4', // 0xe4 'IME_process', // 0xe5 - VK_PROCESSKEY