object FormKeyShortcuts: TFormKeyShortcuts Left = 839 Height = 329 Top = 609 Width = 704 Caption = 'Key shortcuts' ClientHeight = 329 ClientWidth = 704 DesignTimePPI = 144 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '3.6.0.0' object ListView1: TListView Left = 10 Height = 262 Top = 10 Width = 684 Align = alTop Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 10 Columns = < item Caption = 'Action' Width = 240 end item Caption = 'Window' Width = 240 end item Caption = 'Shortcut' Width = 199 end> OwnerData = True PopupMenu = PopupMenu1 ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data OnDblClick = MenuItem1Click OnKeyPress = ListView1KeyPress end object ButtonClose: TButton Left = 581 Height = 37 Top = 284 Width = 113 Anchors = [akRight, akBottom] Caption = 'Close' ModalResult = 11 TabOrder = 1 OnClick = ButtonCloseClick end object PopupMenu1: TPopupMenu Left = 408 Top = 144 object MenuItem1: TMenuItem Caption = 'Execute' OnClick = MenuItem1Click end end object ListViewSort1: TListViewSort ListView = ListView1 OnCompareItem = ListViewSort1CompareItem Column = 0 Order = soNone Left = 221 Top = 144 end end