.shortcut_condition {shiny.info} | R Documentation |
Create a JS condition for a shortcut
Description
Create a JS condition for a shortcut
Usage
.shortcut_condition(shortcut)
Arguments
shortcut |
keys that should be checked. Shortcut can include special keys: Ctrl, Alt, Shift. Keys should be separated with '+' sign. Default Ctrl+Shift+K |
Value
JS condition for checking shortcut
[Package shiny.info version 0.2.0 Index]