keybd.type_string: Type a raw string

View source: R/main.R

keybd.type_stringR Documentation

Type a raw string

Description

Type a raw string base on a given string.

Usage

keybd.type_string(string)

Arguments

string

character. The string expected to output (case sensitive).

Examples

## Not run: 

# Type 'Hello world!'
keybd.type_string("Hello world!")

## End(Not run)

KeyboardSimulator documentation built on Sept. 13, 2023, 5:07 p.m.