Skip to content

Commit

Permalink
Bug fix: Shift+F5 shortcut operated with a focused file, rather than …
Browse files Browse the repository at this point in the history
…with selected files

Source commit: 7868d593080959990785ee8fab07bf7050504dbe
  • Loading branch information
martinprikryl committed Oct 20, 2023
1 parent 600ecbc commit 68db7d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/forms/NonVisual.dfm
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 68db7d1

Please sign in to comment.