Eisa01 / mpv-scripts

This repository contain scripts I have made for mpv media player...
BSD 2-Clause "Simplified" License
556 stars 37 forks source link

SimpleBookmark : How to delete bookmark ? #113

Closed pokemaster974 closed 10 months ago

pokemaster974 commented 10 months ago

Hi, sorry for this dumb question but I don't know how to delete bookmarks. I success to create one "bookmark-save" and one "bookmark-fileonly"

But when I'm into the list, I've tried :

#--Keybind that will be used to delete the entry based on cursor position
list_delete_keybind=["DEL"]
#--Keybind that will be used to delete all highlighted entries from the list
list_delete_highlighted_keybind=["SHIFT+DEL"]

But none of this command deletes my bookmarks (the both are still here).

pokemaster974 commented 10 months ago

Sorry, I haven't remark that I switch Backspace and Delete (English is not my language). Regards.