Skip to content

"shift" + "arrow" in getGraphicsEvent

2 messages · Christophe Genolini, Uwe Ligges

#
On 26.05.2012 00:33, cgenolin wrote:
Some key combinations, but not those mentioned above.

Just write a simple test:

getGraphicsEvent(onKeybd = function(key) cat(key, "\n"))


Uwe Ligges