playback key hook

This commit is contained in:
2025-09-05 12:00:12 +02:00
parent 7e01349abe
commit 9b898898c8
3 changed files with 40 additions and 16 deletions

View File

@@ -569,7 +569,7 @@ fzf_handle_key() {
esac
;;
esac
case ",$KEYS_N_TOGGLE_PLAY_PAUSE," in
case ",$KEYS_N_TOGGLE_PLAYBACK," in
*",$FZF_KEY,"*) mpv_toggle_pause >/dev/null ;;
esac