# NOT RUN {
f <- list(
'up' = function(){mv(row=-1)},
'down' = function(){mv(row=-1)},
'left' = function(){mv(col=-1)},
'right' = function(){mv(col=1)}
)
# }
# NOT RUN {
getkpl(escape = c("escape", "enter"), fn=f, echo=FALSE)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab