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.4.0.0' object ListView1: TListView Left = 5 Height = 319 Top = 5 Width = 694 Align = alClient BorderSpacing.Around = 5 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 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 = 200 Top = 160 end end