From cfcac20c2c8aa6ae4e34683797d6ba696f42430a Mon Sep 17 00:00:00 2001 From: Mayeul Kauffmann Date: Sat, 8 Nov 2025 19:35:30 +0100 Subject: [PATCH] Clarify key triggering conditions in documentation Fixes issue mentioned in comment https://github.com/r4fun/keys/issues/11#issuecomment-3506785513 --- R/keys.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/keys.R b/R/keys.R index 1fe758c..5ef569c 100644 --- a/R/keys.R +++ b/R/keys.R @@ -7,7 +7,7 @@ #' @param keys A character vector of keys to bind. Examples include, `command`, #' `command+shift+a`, `up down left right`, and more. #' @param global Should keys work anywhere? If TRUE, keys are triggered when -#' inside a textInput. +#' inside a textInput, or when a radio button has just been selected. #' #' @examples #' \dontrun{