R/xdotool.R

Defines functions xdotool

Documented in xdotool

xdotool <- function(command, intern=FALSE) {
    cmd <- paste0("xdotool ", command)
    system(cmd, intern=intern)
}
pmur002/xdotool documentation built on Feb. 6, 2023, 4:21 p.m.