From: "lrlebron@..." Date: 2006-11-28T05:05:11+09:00 Subject: Vruby Question on Processing Keyboard Input I am new to Ruby and even newer to vruby so bear with me. I have a simple application that has a text box. I would like to track when the user hits Ctrl-C, Ctrl-X, Ctrl-A and Ctrl-V so that my program behaves the same way other windows program do. I have looked at the vruby documentation and samples but have not found anything that explains how to do this. Any help would be greatly appreciated. thanks, Luis