From: Arindam Goswami Date: 2007-09-17T15:48:23+09:00 Subject: Representing arrow keys in a string I am using Ruby's Telnet class to establish a session with a remote Linux machine to automate some remote administrative tasks. The problem I am facing is this- At one point I come across a menu, where the arrow keys have to be used to select certain options. Is there any way to represent the arrow keys in the string that I am sending to the remote machine? Do let me know if you have any other ideas/suggestions? -- Posted via http://www.ruby-forum.com/.