forked from ChiHangChen/KeyboardSimulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
19 lines (19 loc) · 920 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: KeyboardSimulator
Type: Package
Title: Keyboard and Mouse Input Simulation for Windows OS
Version: 2.6.0
Date: 2021-01-09
Authors@R: c(person("Jim", "Chen", role = c("aut", "cre"), email = "[email protected]"),
person("Jeff", "Keller", role = c("aut", "ctb"), email = "[email protected]"),
person("Garry", "Hopwood", role = c("ctb"), email = "[email protected]"),
person("Chieh", "Hsu", role = c("ctb"), email = "[email protected]"))
Description: Control your keyboard and mouse with R code by simulating key presses and mouse clicks. The input simulation is implemented with the Windows API.
License: GPL (>= 2) | file LICENSE
Imports: Rcpp (>= 1.0.0)
LinkingTo: Rcpp
RoxygenNote: 7.1.1
Encoding: UTF-8
Depends: R (>= 2.10)
OS_type: windows
URL: https://github.com/ChiHangChen/KeyboardSimulator
BugReports: https://github.com/ChiHangChen/KeyboardSimulator/issues