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]

yonicd/rsam documentation built on May 12, 2019, 9:40 a.m.