Last active
March 24, 2018 13:12
-
-
Save rashad612/0c5de9821f872952bec5a162ebd014ab to your computer and use it in GitHub Desktop.
xdottools
This file contains 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/sh | |
bash -c "xdotool getactivewindow key Home" | |
bash -c "xdotool getactivewindow key End" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment