소스 검색

* Add scCommand (command key)

Michaël Van Canneyt 1 년 전
부모
커밋
f011e80cb2
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      rtl/objpas/classes/classesh.inc

+ 3 - 0
rtl/objpas/classes/classesh.inc

@@ -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 }