Explorar el Código

FIX: Invalid menu shortcuts (issue #2321)

Alexander Koblov hace 3 meses
padre
commit
548a665a91
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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'