key = evt.which works for me JD
david dailey wrote: >>until very recently I would have had to agree with you, but in fact >>ASV has no support afaik for keyboard input, whereas Firefox1.5 does! >>so at least in respect of accessibility FF is clearly well ahead. >> >> > >The silly little textarea at >http://srufaculty.sru.edu/david.dailey/svg/keys6.svg (done as an >experiment for a class this semester) does get keyboard input in ASV >-- I haven't succeeded in getting keyboard events to register in >Firefox, so would be interested in seeing how to do that. I used > > try{ key = evt.getCharCode;} > catch(e){key = evt.keyIdentifier} > >to try grabbing keystrokes in FF, but to no avail. > >DD > > > > >----- >To unsubscribe send a message to: [EMAIL PROTECTED] >-or- >visit http://groups.yahoo.com/group/svg-developers and click "edit my >membership" >---- >Yahoo! Groups Links > > > > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> AIDS in India: A "lurking bomb." Click and help stop AIDS now. http://us.click.yahoo.com/9QUssC/lzNLAA/TtwFAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

