Skip to content

Commit

Permalink
С форума: не отображается прогресс удаления.
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Jun 26, 2016
1 parent 313aef0 commit 9a49b65
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions addons/Macros/Panel.Del.lua
@@ -1,17 +1,11 @@
Macro {
area="Shell"; key="Del NumDel"; flags="EmptyCommandLine"; description="Use Del to remove files"; action = function()
Keys('F8')
end;
description="Use Del to remove files";
area="Shell Tree"; key="Del NumDel"; flags="EmptyCommandLine EnableOutput";
action = function() Keys('F8') end;
}

Macro {
area="Search"; key="Del NumDel"; description="Use Del to remove files"; action = function()
Keys('F8')
end;
}

Macro {
area="Tree"; key="Del NumDel"; flags="EmptyCommandLine"; description="Use Del to remove files"; action = function()
Keys('F8')
end;
description="Use Del to remove files";
area="Search"; key="Del NumDel"; flags="EnableOutput";
action = function() Keys('F8') end;
}

0 comments on commit 9a49b65

Please sign in to comment.