Skip to content

Commit d474267

Browse files
authored
SimpleHistory.conf 1.0.2
Added list_ignored_keybind option
1 parent 62d6451 commit d474267

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

script-opts/SimpleHistory.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
######----Settings For SimpleHistory 1.0.1----######
1+
######----Settings For SimpleHistory 1.0.2----######
22
####------Script Settings-----####
33

44
#--Auto run the list when opening mpv and there is no video / file loaded. 'none' for disabled. Or choose between: all, recents, distinct, protocols, fileonly, titleonly, timeonly, keywords.
@@ -229,4 +229,7 @@ list_search_activate_keybind=["ctrl+f", "ctrl+F"]
229229
#--Keybind that will be used to exit typing mode of search while keeping search open
230230
list_search_not_typing_mode_keybind=["CTRL+ENTER"]
231231

232+
#--Keybind thats are ignored when list is open
233+
list_ignored_keybind=["B", "b", "k", "K", "c", "C"]
234+
232235
######----End of Settings----######

0 commit comments

Comments
 (0)