From: "lrlebron@..." Date: 2006-11-29T04:10:05+09:00 Subject: Re: Vruby Question on Processing Keyboard Input After taking a closer look at the program I noticed that Ctrl-C, Ctrl-X and Ctrl-V work. The only one that does not work is Ctrl-A. Here's a sample of the code require 'vr/vruby' require 'vr/vrcontrol' require 'vr/vrcomctl' require 'vr/vrtooltip' class TestForm Could you post your code, or part of it? > > And, is it right, that you just want to copy and paste text within your > editbox or from another Windows app to/from your vruby editbox, using > Ctrl-C, X, Z? > > - Axel