Skip to content

Instantly share code, notes, and snippets.

@drobune
Created May 11, 2016 03:39
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 drobune/3b4541e543a202c1262d55b57131cd6b to your computer and use it in GitHub Desktop.
Save drobune/3b4541e543a202c1262d55b57131cd6b to your computer and use it in GitHub Desktop.
Homeボタンをシミュレートする(xbindkeysでCtrl-aを割り当てる)
#!/bin/bash -xe
id=`xdotool getwindowfocus`
xdotool key --window $id Home > /dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment