keypress icon indicating copy to clipboard operation
keypress copied to clipboard

Read individual keys in R without waiting for an ENTER

Results 5 keypress issues
Sort by recently updated
recently updated
newest added

I am testing the code below on Mac OS 10.13.6, which is not my usual/familiar machine - [edit] - issue also reproducible on ubuntu. ``` while(TRUE) { kp

Hi Gabor, Happy New Year to you, I've made a small PR [here](https://github.com/gaborcsardi/keypress/pull/8) - which implements the non-blocking behaviour on Windows. Previously, the block arg in `keypress_read(int block)` was ignored...