Browse Source

Bug fix: Shift+F5 shortcut operated with a focused file, rather than with selected files

Source commit: 7868d593080959990785ee8fab07bf7050504dbe
Martin Prikryl 2 years ago
parent
commit
68db7d15ff
1 changed files with 2 additions and 2 deletions
  1. 2 2
      source/forms/NonVisual.dfm

+ 2 - 2
source/forms/NonVisual.dfm

@@ -1512,7 +1512,7 @@ object NonVisualDataModule: TNonVisualDataModule
       ShortCut = 16467
     end
     object RemoteMoveToFocusedAction: TAction
-      Tag = 14
+      Tag = 12
       Category = 'Remote Focused Operation'
       Caption = 'Mo&ve To...'
       HelpKeyword = 'task_move_duplicate#move'
@@ -1682,7 +1682,7 @@ object NonVisualDataModule: TNonVisualDataModule
       ImageIndex = 28
     end
     object RemoteCopyToFocusedAction: TAction
-      Tag = 14
+      Tag = 12
       Category = 'Remote Focused Operation'
       Caption = '&Duplicate...'
       HelpKeyword = 'task_move_duplicate#duplicate'