Created
January 7, 2016 14:30
-
-
Save maijou2501/b1674d99f5b1a1d463ce to your computer and use it in GitHub Desktop.
AutoKey script, Shift + Enter -> space*2 + Enter
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
keyboard.send_keys("<up><end>") | |
time.sleep(0.05) | |
keyboard.send_keys("J <down><home>J") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment