Skip to content

Instantly share code, notes, and snippets.

@maijou2501
Created January 7, 2016 14:30
Show Gist options
  • Save maijou2501/b1674d99f5b1a1d463ce to your computer and use it in GitHub Desktop.
Save maijou2501/b1674d99f5b1a1d463ce to your computer and use it in GitHub Desktop.
AutoKey script, Shift + Enter -> space*2 + Enter
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