updateKeys: Add a key binding from the server side

Description Usage Arguments

Description

Add a key binding from the server side

Usage

1
2
3
addKeys(inputId, keys, session = shiny::getDefaultReactiveDomain())

removeKeys(keys, session = shiny::getDefaultReactiveDomain())

Arguments

inputId

The input slot that will be used to access the value.

keys

A character vector of keys to bind. Examples include, command, command+shift+a, up down left right, and more.

session

The session object passed to function given to shinyServer. Default is getDefaultReactiveDomain().


keys documentation built on July 12, 2021, 1:05 a.m.