Replies: 1 comment 10 replies
-
Try using a delayed command: https://github.com/CogentRedTester/mpv-file-browser/blob/master/docs/custom-keybinds.md#delay-command-delay-command |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In
file-browser-keybinds.json
, specifying an array of arrays forcommand
will execute the commands at once. Is it possible to execute them in the listed order? A use case is to run a time-consuming external program to manipulate OS files, and then perform a rescan. Thanks!Beta Was this translation helpful? Give feedback.
All reactions