FIX: Invalid menu shortcuts (issue #2321)

(cherry picked from commit 548a665a91)
This commit is contained in:
Alexander Koblov 2025-06-01 15:34:09 +03:00
commit a7bd1e19c4

View file

@ -386,13 +386,13 @@ inherited frmOptionsHotkeys: TfrmOptionsHotkeys
end
object actPreviousCategory: TAction
Caption = 'Previous category'
ShortCut = 16493
OnExecute = actPreviousCategoryExecute
ShortCut = 109
end
object actNextCategory: TAction
Caption = 'Next category'
ShortCut = 16491
OnExecute = actNextCategoryExecute
ShortCut = 107
end
object actSortByCommand: TAction
Caption = 'Sort by command name'