Learn R Programming

rMouse (version 0.1)

specialKey: Send special key input

Description

Send special keys like "ESC", "ENTER" or "TAB"

Usage

specialKey(key = "ESC", failSafe = TRUE)

Arguments

key

"ESC", "ENTER" or "TAB" as string.

failSafe

Logical flag to allow for emergency stops. Default is TRUE.

See Also

type, delay

Examples

Run this code

specialKey("ENTER")  # send ENTER
specialKey("ESC")    # send ESC

Run the code above in your browser using DataLab