If I run this command (is an example, it happens to me with another commands) the hotkeys within DOpus are disabled until the command finish.
Ex: Extract from an archive using Winrar, to the destpath, then open the folder where extracted. If shift is pressed, using source path.
@nodeselect
@admin
@keydown:none
"{alias|programfiles}\WinRAR\WinRAR.exe" x -kb -tl -x*.url {filepath} "{destpath}{file|noext}\"
Go {destpath}{file|noext} NEWTAB=tofront OPENINDUAL
@keydown:shift
"{alias|programfiles}\WinRAR\WinRAR.exe" x -kb -tl -x*.url {filepath} "{filepath|noext}\"
Go {filepath|noext} NEWTAB=tofront
Until the extraction finished, I can't use hotkeys.
It is supposed to be that way?
Is it just because you are running WinRAR and it becomes the active program and receives the hotkeys instead of Opus, until it is finished?
If so, clicking on the lister should make it handle subsequent hotkeys.
BTW, Opus can extract RAR archives by itself and will automatically show a UAC prompt only when needed. You don't need to use WinRAR for this unless you want an extraction feature which is in WinRAR and hasn't been added to the standalone UnRAR.dll yet.
[quote="leo"]Is it just because you are running WinRAR and it becomes the active program and receives the hotkeys instead of Opus, until it is finished?
If so, clicking on the lister should make it handle subsequent hotkeys.
BTW, Opus can extract RAR archives by itself and will automatically show a UAC prompt only when needed. You don't need to use WinRAR for this unless you want an extraction feature which is in WinRAR and hasn't been added to the standalone UnRAR.dll yet.[/quote]
No, even if DOpus is the active program the hotkeys are not working, so I have to press the buttons in toolbars (so DOpus become the active program, but with no hotkeys). Is annoying.
BTW, I prefer Winrar because have the feature of record used passwords.