R/KEYS-data.R

#' @title Keyboard Validation
#' @description List containing keyboard keys
#' @format A list with 99 elements of class 'key'
#' @details key class has a '.+' method so keys can be appended to each other
#' @examples
#' base_key <- KEYS$`left command/window key`
#' base_key
#' base_key + KEYS$shift + KEYS$i
#' base_key + KEYS[2:9]
#'
"KEYS"

Try the rsam package in your browser

Any scripts or data that you put into this service are public.

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