xdotool-package: R interface to xdotool command

xdotool-packageR Documentation

R interface to xdotool command

Description

Provides R functions to simulate keyboard and mouse actions on a Linux desktop (with an X Window manager that is compatible with the EWMH/NetWM specification). The functions all work by making system calls to the xdotool command.

Details

An R interface to the xdotool command (on Linux).

Author(s)

Paul Murrell

Maintainer: Paul Murrell <paul@stat.auckland.ac.nz>

References

http://www.semicomplete.com/projects/xdotool/

Examples

mousemove(200, 200)
keystroke("Ctrl")

pmur002/xdotool documentation built on Feb. 6, 2023, 4:21 p.m.