Skip to content

Instantly share code, notes, and snippets.

@OKsign
Created December 3, 2018 07:23
Show Gist options
  • Save OKsign/ec45ce38bb31ef0040c6df11e90a313b to your computer and use it in GitHub Desktop.
Save OKsign/ec45ce38bb31ef0040c6df11e90a313b to your computer and use it in GitHub Desktop.
# keyboard event
import time
os.system("gnome-terminal")
time.sleep(1.90)
keyboard.send_keys("xev -event keyboard")
time.sleep(0.5)
keyboard.send_keys("<enter>")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment