Browse Source

FIX: Invalid menu shortcuts (issue #2321)

Alexander Koblov 3 months ago
parent
commit
548a665a91
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/frames/foptionshotkeys.lfm

+ 2 - 2
src/frames/foptionshotkeys.lfm

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