Okay ! Thanks a lot :) On 5 mar, 16:17, Allen Madsen <bla...@gmail.com> wrote: > keyCode is a native property in JavaScript of the Event object. You > might find this > helpful:http://github.com/blatyo/blacksmith/blob/master/src/blacksmith.js > > It allows you to do things like: > $('search_field').hotkey('return', function(event){ > $('search_button').click(); > > }); > > $(document.body).hotkey('ctrl+shift+s', function(event){ > alert('you found the secret key combination'); > > }); > > Allen Madsenhttp://www.allenmadsen.comOn Thu, Mar 4, 2010 at 4:56 PM, > Capripot <capri...@gmail.com> wrote: > > Where is the attribute "keyCode" of Event in the new API > > documentation ? > > > -- > > You received this message because you are subscribed to the Google Groups > > "Prototype: Core" group. > > To post to this group, send email to prototype-core@googlegroups.com > > To unsubscribe from this group, send email to > > prototype-core-unsubscr...@googlegroups.com > > For more options, visit this group > > athttp://groups.google.com/group/prototype-core?hl=en
-- You received this message because you are subscribed to the Google Groups "Prototype: Core" group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send email to prototype-core-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en