From: Rubyist Date: 2006-01-25T00:52:04+09:00 Subject: How to capture a pressed key? Hi, How can I capture a key from keyboard in a console program? I mean, I want to get an answer consisted of only one letter and the user will not press "enter". Just a key, that's all. Thank you.