Description Usage Arguments Examples
View source: R/highlight_keys.R
Draw attention to keys in a ggkeyboard
.
1 | highlight_keys(ggkeyboard, keys, colour = "yellow", fill = NA, size = 1, ...)
|
ggkeyboard |
An input keyboard from |
keys |
Keys to highlight. Key names are available from the |
colour |
Highlight outline colour. |
fill |
Highlight fill colour. |
size |
Highlight outline signs. |
... |
Additional options, passed to |
1 2 3 4 5 | ## Not run:
ggkeyboard(tkl) %>%
highlight_keys(c("Alt Left", "Shift Left", "M"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.