On 26.05.2012 00:33, cgenolin wrote:
> Hi the list,
>
> Do you know if getGraphicsEvent can detect the use of keys combinaison like
> "shift+arrow" or "Crlt+arrow" ?
Some key combinations, but not those mentioned above.
Just write a simple test:
getGraphicsEvent(onKeybd = function(key) cat(key, "\n"))
Uwe Ligges
______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-helpPLEASE do read the posting guide
http://www.R-project.org/posting-guide.htmland provide commented, minimal, self-contained, reproducible code.