Skip to content

Instantly share code, notes, and snippets.

@eamonnbell
Created April 20, 2018 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eamonnbell/f9c53009d29be64e1f4240e98ca8e801 to your computer and use it in GitHub Desktop.
Save eamonnbell/f9c53009d29be64e1f4240e98ca8e801 to your computer and use it in GitHub Desktop.
Hack for getting to the VLM editor menu in the JagCD emu
for pid in $(xdotool search "")
do
echo "Doing $pid..."
xdotool key --window $pid KP_1+KP_0+KP_3+KP_Multiply
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment