Keyboard events

Hallo again people,

Im trying to write a script, which shall outputs data when a button
from the keyboard is pressed. Only the button, without pressing
.
I was searching in the gems-list, but i did not find the right stuff.
If somebody has some idea - thanks.

Greetings,
Katja

On Thu, Jul 3, 2008 at 4:18 PM, psy [email protected] wrote:

Hallo again people,

Im trying to write a script, which shall outputs data when a button
from the keyboard is pressed. Only the button, without pressing
.

I believe the highline gem can do this.

http://highline.rubyforge.org/

On 3 Jul 2008, at 22:18, psy wrote:

Hello,

Have you seen eventmachine’s keyboard events?

Thanks,
George

On Fri, 4 Jul 2008 07:02:53 +0900
George M. [email protected] wrote:

Hello,

Have you seen eventmachine’s keyboard events?

Thanks,
George

“Gordon T.” [email protected] wrote:

I believe the highline gem can do this.

http://highline.rubyforge.org/

Thanks, i will check both.