mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 08:09:29 +02:00
* Add scCommand (command key)
This commit is contained in:
parent
055740e2b3
commit
f011e80cb2
@ -53,6 +53,7 @@ const
|
||||
|
||||
{ values for TShortCut }
|
||||
|
||||
scCommand = $1000;
|
||||
scShift = $2000;
|
||||
scCtrl = $4000;
|
||||
scAlt = $8000;
|
||||
@ -2709,6 +2710,8 @@ type
|
||||
constructor Create(const aPlatforms: TPlatformIds);
|
||||
property Platforms: TPlatformIds read FPlatforms write FPlatforms;
|
||||
end;
|
||||
|
||||
|
||||
|
||||
const
|
||||
{ Platform identifiers }
|
||||
|
Loading…
Reference in New Issue
Block a user