I took a look at sencha-touch-all-debug.js and it use Events like touchstart, touchmove... for touch screen and also mouse events but we can not control sencha touch apps with keybord events (keydown, keyuop...). What can I do to make it possible ?
You mean like a game? What functionality would this add to a mobile app? Or is it only for devices with attachable keyboards? I'm first just trying to understand why you need such functionality like this.