Quantcast

"shift" + "arrow" in getGraphicsEvent

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

"shift" + "arrow" in getGraphicsEvent

cgenolin
Hi the list,

Do you know if getGraphicsEvent can detect the use of keys combinaison like "shift+arrow" or "Crlt+arrow" ?

Best
Christophe
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: "shift" + "arrow" in getGraphicsEvent

Uwe Ligges-3


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.
>
> ______________________________________________
> [hidden email] 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.

______________________________________________
[hidden email] 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.
Loading...