--- Revision 571 +++ Revision 574 @@ -34,7 +34,7 @@ this.list = []; this.keydownHandler = this.keydown.bindAsEventListener(this); - document.observe('keypress', this.keydownHandler); + document.observe('keydown', this.keydownHandler); }, destroy:function() {