From: Axel Date: 2006-11-28T22:00:05+09:00 Subject: Re: Vruby Question on Processing Keyboard Input > I wish it would. As far a I understand you have to write code to handle > the keyboard events and capture when a user uses a particular key or > keys. Hmm, some years ago, I wrote a little application using vruby. I just started it, and there is an edit box in it and I can copy and paste text with Ctrl-C and Ctrl-V. I'did not code anything special for making it work. One thing I remember is, that I had to change "oemfont" or something like this, but I think, this was not neccessary in order to get Ctrl-C... working. BTW, "subclstest.rb" in the samples dir could be interesting. (But I think, it is not neccessary for what you want.) Do you have/find it? - Axel