c# - How to detect double-keyboard with ReactiveUI -


how detect double-key board (like double key-enter) reactiveui

how this:

doubleenter = somewindow.events().keyup     .where(x => x.eventargs.key == key.enter)     .buffer(timespan.frommilliseconds(650), rxapp.mainthreadscheduler)     .where(x => x.length > 1); 

Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -