-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Custom commands on selectfile event #119
Comments
This seems very niche. It's not impossible, but also it seems kind of awkward to use the selection for this. There might be some possibility to make it a bit more general. Something like:
Something like this maybe 🤔 So if you run the Still need to think a bit if this belongs in this script or if it's possible to make a separate one. |
Yes, using the cursor seem a better solution than the selection. A command to lock the cursor position would be handy too, to avoid accidentally moving it. |
@jonniek my custom keybind from file-browser might be interesting to you if you're thinking of going down this route. You'd probably want a much simpler system though. |
You can change
in settings to "no" for permanent change or at runtime with |
When I say lock the cursor, I mean to not allow the cursor to move up and down. |
Hi JoJo,
Instead of just move the selected file in the playlist, would it be possible to add an event, for example when the selected file is reached in the playlist?
Example, pause playing on selected file:
The text was updated successfully, but these errors were encountered: