mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 23:58:06 +02:00
LCL: Give new name to left-Backslash key on 102-keys keyboard. Issue #37966, patch from CudaText man.
git-svn-id: trunk@64304 -
This commit is contained in:
parent
9219ea531d
commit
ac6049864a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user