setKeyboardBindings: Set Rstudio keyboard bindings

Description Usage Arguments Value Author(s) See Also

View source: R/setKeyboardBindings.R

Description

Set Rstudio keyboard bindings as mapped on https://github.com/brry/rskey#rskey. By default, this overwrites existing F3:F12 mappings!

Usage

1
2
3
4
5
setKeyboardBindings(
  overwrite = TRUE,
  removeLastYank = TRUE,
  workdir2filedir = TRUE
)

Arguments

overwrite

Logical. Should existing mappings on F3, F4, ..., F12 be overwritten? Still informs if this occurs. DEFAULT: TRUE

removeLastYank

Logical. Should the annoying Rstudio default to override "Redo" (CTRL+Y) with some weird yank be removed? DEFAULT: TRUE (CTRL+Y becomes "Redo" again)

workdir2filedir

Logical. Set CTRL+H for setWorkingDirToActiveDoc? DEFAULT: TRUE

Value

Returns nothing

Author(s)

Berry Boessenkool, berry-b@gmx.de, Jan 2019

See Also

addins


rskey documentation built on July 2, 2020, 2:59 a.m.