On Mon, Dec 21, 2009 at 7:29 PM, Colin Bartlett <> w=
rote:
> On Mon, Dec 21, 2009 at 1:36 PM, andrew mcelroy <> wro=
te:
>> On Mon, Dec 21, 2009 at 6:55 AM, Colin Bartlett <=
> wrote:
>>> Has anyone tried using TryRuby with the Opera browser?
>>> I ask, because that's what I mostly use, and using Opera I couldn't
>>> edit my input:
>>> =A0BackSpace didn't work at all, and the arrow keys gave strange result=
s.
>>
>> Please open a ticket on github http://github.com/Sophrinix/TryRuby,
>> I need to know what keypress_test,html says. From there I can create a
>> conditional in the keyboard event =A0method and support it.
>
> For speed (sorry, I don't yet have a github account) the following happen=
s:
> =A0Arrow keys: Up=3D>& =A0Down=3D>) =A0LeftArrow =3D>% =A0Right=3D>'
> Have I understood your question:
> =A0"I need to know what keypress_test,html says" ?
I am looking for Keycodes.
For instance on a mac with firefox, when I press the up arrow key I get:
Keycode: 38
The other data section is nice, but its the keycodes that I am after.
I hope that helps.
Andrew McElroy
>
>