Sophrinix / TryRuby

Try Ruby is a interactive shell that quickly and whimsically teaches the Ruby programming language. Originally _why's idea, it has been recreated from the ground up by Rubyists who have a passion for Ruby and for teaching their fellow (wo)man how to program.
tryruby.org
345 stars 80 forks source link

Delete Key Does not Function #154

Open feelobot opened 12 years ago

feelobot commented 12 years ago

I can use my delete key its very annoying i have to move to the left and then hit delete to delete the current character that is highlighted. I tried using the insert key to toggle this but does not work and the problem only exists in the virtual terminal.

feelobot commented 12 years ago

im using Chrome on Win7

achikin commented 12 years ago

Same for Chrome on MacOSX. Safari works fine.

nightpool commented 12 years ago

Neither backspace nor delete key work on Chrome on Ubuntu 11.04

EdRands commented 12 years ago

Chrome 12, WinXP. No backspace or Delete

marcohamersma commented 12 years ago

Seems backspace has turned into a delete key (as in, it deletes characters after the cursor). Chrome on OSX here.

dereuromark commented 12 years ago

in chrome CtrlD to clear the console is also not working! It is a key that is reserved for bookmarking!

achikin commented 12 years ago

On most Unix-like systems Ctrl-D terminates the interpreter. To clear the console you can use 'clear' command. And 'reset' command to reset the interpreter.

dereuromark commented 12 years ago

thx. i gave up. almost the whole thing is not working in chrome. [] as well as {} are not usable for example. therefore the second half is just hitting "next" :)