Skip to main content

All Questions

Tagged with
1 vote
2 answers
500 views

map keyboard keys with mootools

I am looking to make the enter key behave exactly like the tab key on a form. I am stuck on the fireEvent section. var inputs = $$('input, textarea'); $each(inputs,function(el,i) { el....
Adriaan Nel's user avatar
0 votes
1 answer
163 views

Where does Event.Keys gone?

Did I miss something or the Event.Keys object has gone from mootools since 1.4.0 ? I cannot get the real value of a key or compare it to the current pressed key : var modifiers = { previous: ...
loranger's user avatar
  • 712