Using Reactive Extension for certain KeyPress sequences?
问题 I am new .. or more precisely.. never used RX so I was wondering whether I can use it for this situation: I want to add a sort of Resharper Live Templates functionality to my app that allows users to enter short sequences of characters followed by a [Tab] and my app would replace the previously typed characters with the elsewhere specified, full text. Now I have a list of character arrays, each of them representing one possible sequence. I want some sort of stopwords/-keys that break the