mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 20:40:25 +02:00
Qt5, Qt6: fixed some virtual keys. issue #40589
This commit is contained in:
parent
d21628051f
commit
7f95150461
@ -5621,13 +5621,13 @@ const
|
||||
QtKey_Launch1,
|
||||
QtKey_unknown,
|
||||
QtKey_unknown,
|
||||
QtKey_1,
|
||||
QtKey_Plus,
|
||||
QtKey_Semicolon,
|
||||
QtKey_Equal,
|
||||
QtKey_Comma,
|
||||
QtKey_Minus,
|
||||
QtKey_Period,
|
||||
QtKey_2,
|
||||
QtKey_3,
|
||||
QtKey_Slash,
|
||||
QtKey_QuoteLeft,
|
||||
QtKey_unknown,
|
||||
QtKey_unknown,
|
||||
QtKey_unknown,
|
||||
@ -5654,10 +5654,10 @@ const
|
||||
QtKey_unknown,
|
||||
QtKey_unknown,
|
||||
QtKey_unknown,
|
||||
QtKey_4,
|
||||
QtKey_5,
|
||||
QtKey_6,
|
||||
QtKey_7,
|
||||
QtKey_BracketLeft,
|
||||
QtKey_Backslash,
|
||||
QtKey_BracketRight,
|
||||
QtKey_Apostrophe,
|
||||
QtKey_8,
|
||||
QtKey_unknown,
|
||||
QtKey_unknown,
|
||||
|
@ -5628,13 +5628,13 @@ const
|
||||
QtKey_Launch1,
|
||||
QtKey_unknown,
|
||||
QtKey_unknown,
|
||||
QtKey_1,
|
||||
QtKey_Plus,
|
||||
QtKey_Semicolon,
|
||||
QtKey_Equal,
|
||||
QtKey_Comma,
|
||||
QtKey_Minus,
|
||||
QtKey_Period,
|
||||
QtKey_2,
|
||||
QtKey_3,
|
||||
QtKey_Slash,
|
||||
QtKey_QuoteLeft,
|
||||
QtKey_unknown,
|
||||
QtKey_unknown,
|
||||
QtKey_unknown,
|
||||
@ -5661,10 +5661,10 @@ const
|
||||
QtKey_unknown,
|
||||
QtKey_unknown,
|
||||
QtKey_unknown,
|
||||
QtKey_4,
|
||||
QtKey_5,
|
||||
QtKey_6,
|
||||
QtKey_7,
|
||||
QtKey_BracketLeft,
|
||||
QtKey_Backslash,
|
||||
QtKey_BracketRight,
|
||||
QtKey_Apostrophe,
|
||||
QtKey_8,
|
||||
QtKey_unknown,
|
||||
QtKey_unknown,
|
||||
|
Loading…
Reference in New Issue
Block a user