KEYS: Keyboard Validation

Description Usage Format Details Examples

Description

List containing keyboard keys

Usage

1

Format

A list with 99 elements of class 'key'

Details

key class has a '.+' method so keys can be appended to each other

Examples

1
2
3
4
base_key <- KEYS$`left command/window key`
base_key
base_key + KEYS$shift + KEYS$i
base_key + KEYS[2:9]

rsam documentation built on Jan. 8, 2018, 5:04 p.m.

Related to KEYS in rsam...