Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions DOCS/interface-changes/select-keep-open.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add `keep-open` argument support to select.lua script bindings
7 changes: 7 additions & 0 deletions DOCS/man/select.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,17 @@ By default select.lua's script bindings are bound to key sequences starting with
``g`` listed in `Keyboard Control`_. The names of the script bindings listed
below can be used to bind them to different keys.

All script bindings accept an optional ``keep-open`` argument that
prevents the menu from closing after a selection.

.. admonition:: Example to rebind playlist selection in input.conf

Ctrl+p script-binding select/select-playlist

.. admonition:: Example to keep the track menu open in input.conf

g-t script-binding select/select-track keep-open

Available script bindings are:

``select-playlist``
Expand Down
Loading
Loading