Qt5, Qt6: set QtKey_Bar to VK_LCL_BACKSLASH. issue #40825

This commit is contained in:
Željan Rikalo 2024-11-19 20:52:46 +01:00
parent 4dc3c40696
commit 7ffa106c64
2 changed files with 2 additions and 0 deletions

View File

@ -5431,6 +5431,7 @@ begin
QtKey_QuoteLeft: Result := VK_OEM_3;
QtKey_BraceLeft,
QtKey_BracketLeft: Result := VK_OEM_4;
QtKey_Bar: Result := VK_LCL_BACKSLASH;
QtKey_BackSlash: Result := VK_OEM_5;
QtKey_BraceRight,
QtKey_BracketRight: Result := VK_OEM_6;

View File

@ -5438,6 +5438,7 @@ begin
QtKey_QuoteLeft: Result := VK_OEM_3;
QtKey_BraceLeft,
QtKey_BracketLeft: Result := VK_OEM_4;
QtKey_Bar: Result := VK_LCL_BACKSLASH;
QtKey_BackSlash: Result := VK_OEM_5;
QtKey_BraceRight,
QtKey_BracketRight: Result := VK_OEM_6;