Skip to content

randy3k/sublime-xdotool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

xdotool for Sublime Text

This is a Package Control dependency providing xdotool binary, a tool to fake keyboard/mouse input and perform window management on Linux, like AutoHotKey for Windows or Applescript for Mac. This is an example of using it

from xdotool import xdotool
wid = xdotool("search", "--onlyvisible", "--class", "rstudio")
xdotool("key", "--window", wid, "--clearmodifiers", "Return")

About

xdotool for Sublime Text

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages