find_ks: Finds matching keyboard shortcuts based on matched pattern on...

Description Usage Arguments Value Examples

View source: R/find_ks.R

Description

Finds matching keyboard shortcuts based on matched pattern on description

Usage

1
2
3
4
5
6
7
8
find_ks(
  pattern,
  ignore_case = TRUE,
  windows_linux_include = TRUE,
  mac_include = TRUE,
  type_include = TRUE,
  data = shortcuts_table
)

Arguments

pattern

regular expression pattern applied on description to filter shortcuts of interest

ignore_case

TRUE or FALSE to ignore case in regex pattern search, TRUE by default

windows_linux_include

TRUE or FALSE to include column with windows/linux shortcuts, TRUE by default

mac_include

TRUE or FALSE to include column with max shortcuts, TRUE by default

type_include

TRUE or FALSE to include column with type info, TRUE by default

data

shortcuts_table with tibble created based on RStudio Support page

Value

a tibble with matching observations

Examples

1
2
find_ks("zoom console")
find_ks("terminal", windows_linux_include = FALSE)

parmsam/rskss documentation built on Dec. 22, 2021, 6:39 a.m.