quit keys

This commit is contained in:
2025-09-05 11:03:00 +02:00
parent eb9ce5164f
commit 48976cbfc5
2 changed files with 12 additions and 18 deletions

View File

@@ -478,18 +478,11 @@ open \"https://musicbrainz.org/\$t/{r3}\"" \
--bind="$KEYS_OPEN:execute-silent:
[ {4} ] || exit 0
open \"\$(dirname {4})\"" \
--bind="$KEYS_SELECT_ARTIST:" \
--bind="$KEYS_FILTER_LOCAL:" \
--bind="$KEYS_FILTER_1:" \
--bind="$KEYS_FILTER_2:" \
--bind="$KEYS_FILTER_3:" \
--bind="$KEYS_FILTER_4:" \
--bind="$KEYS_SWITCH_ARTIST_ALBUM:" \
--bind="$KEYS_SWITCH_LOCAL_REMOTE:" \
--bind="$KEYS_QUIT:print($VIEW_QUIT)+accept" \
--bind="$KEYS_N_QUIT:transform:$IN_NORMAL_MODE && ($IN_LIST_ARTISTS_VIEW && echo \"print($VIEW_QUIT)+accept\" || $0 --draw $MODE_NORMAL $VIEW_LIST_ARTISTS) || $PUT_FZF_KEY_LOGIC" \
--bind="$KEYS_PLAY:" \
--bind="$KEYS_QUEUE:" \
--bind="$KEYS_SHOW_PLAYLIST:" \
--bind="$KEYS_QUIT:print($VIEW_QUIT)+accept" \
--delimiter="\t" \
--with-nth="{1}" || true
)