mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 11:39:23 +02:00
Qt5, Qt6: set QtKey_Bar to VK_LCL_BACKSLASH. issue #40825
This commit is contained in:
parent
4dc3c40696
commit
7ffa106c64
@ -5431,6 +5431,7 @@ begin
|
|||||||
QtKey_QuoteLeft: Result := VK_OEM_3;
|
QtKey_QuoteLeft: Result := VK_OEM_3;
|
||||||
QtKey_BraceLeft,
|
QtKey_BraceLeft,
|
||||||
QtKey_BracketLeft: Result := VK_OEM_4;
|
QtKey_BracketLeft: Result := VK_OEM_4;
|
||||||
|
QtKey_Bar: Result := VK_LCL_BACKSLASH;
|
||||||
QtKey_BackSlash: Result := VK_OEM_5;
|
QtKey_BackSlash: Result := VK_OEM_5;
|
||||||
QtKey_BraceRight,
|
QtKey_BraceRight,
|
||||||
QtKey_BracketRight: Result := VK_OEM_6;
|
QtKey_BracketRight: Result := VK_OEM_6;
|
||||||
|
@ -5438,6 +5438,7 @@ begin
|
|||||||
QtKey_QuoteLeft: Result := VK_OEM_3;
|
QtKey_QuoteLeft: Result := VK_OEM_3;
|
||||||
QtKey_BraceLeft,
|
QtKey_BraceLeft,
|
||||||
QtKey_BracketLeft: Result := VK_OEM_4;
|
QtKey_BracketLeft: Result := VK_OEM_4;
|
||||||
|
QtKey_Bar: Result := VK_LCL_BACKSLASH;
|
||||||
QtKey_BackSlash: Result := VK_OEM_5;
|
QtKey_BackSlash: Result := VK_OEM_5;
|
||||||
QtKey_BraceRight,
|
QtKey_BraceRight,
|
||||||
QtKey_BracketRight: Result := VK_OEM_6;
|
QtKey_BracketRight: Result := VK_OEM_6;
|
||||||
|
Loading…
Reference in New Issue
Block a user