Skip to content

Commit cfcac20

Browse files
authored
Clarify key triggering conditions in documentation
Fixes issue mentioned in comment #11 (comment)
1 parent e1f77a0 commit cfcac20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/keys.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#' @param keys A character vector of keys to bind. Examples include, `command`,
88
#' `command+shift+a`, `up down left right`, and more.
99
#' @param global Should keys work anywhere? If TRUE, keys are triggered when
10-
#' inside a textInput.
10+
#' inside a textInput, or when a radio button has just been selected.
1111
#'
1212
#' @examples
1313
#' \dontrun{

0 commit comments

Comments
 (0)