Ignore:
Timestamp:
Aug 14, 2024, 10:51:18 PM (5 weeks ago)
Author:
chronos
Message:
  • Added: Key shortcuts form to see all available actions and their key shortcuts.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormMain.lfm

    r153 r154  
    388388        Action = AHelp
    389389      end
     390      object MenuItem29: TMenuItem
     391        Action = AKeyShortcuts
     392      end
    390393      object MenuItem14: TMenuItem
    391394        Action = AAbout
     
    453456    end
    454457    object AAbout: TAction
     458      Category = 'Help'
    455459      Caption = 'About'
    456460      OnExecute = AAboutExecute
    457461    end
    458462    object AHelp: TAction
     463      Category = 'Help'
    459464      Caption = 'Help'
    460465      ImageIndex = 6
     
    514519    end
    515520    object AViewCompilers: TAction
    516       Category = 'View'
     521      Category = 'Tools'
    517522      Caption = 'Compilers'
    518523      OnExecute = AViewCompilersExecute
     
    534539    end
    535540    object AViewLog: TAction
    536       Category = 'View'
     541      Category = 'Tools'
    537542      Caption = 'Log'
    538543      OnExecute = AViewLogExecute
     
    546551      Category = 'View'
    547552      Caption = 'Full screen'
     553      ImageIndex = 31
    548554      OnExecute = AFullScreenExecute
    549555      ShortCut = 122
     556    end
     557    object AKeyShortcuts: TAction
     558      Category = 'Help'
     559      Caption = 'Key shortcuts'
     560      ImageIndex = 32
     561      OnExecute = AKeyShortcutsExecute
    550562    end
    551563  end
Note: See TracChangeset for help on using the changeset viewer.