# `Ctrl-V` will be pressed, then `Ctrl-Alt-V`
paste0(
keys$control, "v",
keys$alt, "v"
)
# `Ctrl-V` will be pressed, then `Alt-V`
paste0(
key_chord(keys$control, "v"),
key_chord(keys$alt, "v")
)
Run the code above in your browser using DataLab