var loginForm = Ext.create('Ext.form.Panel', { render: function(form) { form.addListener('keydown', function(event){ console.log(event); } } }),