[R] "shift" + "arrow" in getGraphicsEvent

Uwe Ligges ligges at statistik.tu-dortmund.de
Sat May 26 17:02:08 CEST 2012



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


>
> Best
> Christophe
>
> --
> View this message in context: http://r.789695.n4.nabble.com/shift-arrow-in-getGraphicsEvent-tp4631419.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list