#!/bin/bash win=$(xdotool search --class mpv) [ -n "$1" ] && [ -n "$win" ] && xdotool key --window "$win" $1