Created
May 11, 2016 03:39
-
-
Save drobune/3b4541e543a202c1262d55b57131cd6b to your computer and use it in GitHub Desktop.
Homeボタンをシミュレートする(xbindkeysでCtrl-aを割り当てる)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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