Try to add a button (or use an existent button on the editor) which setWantsKeyboardFocus(true);
beware if you may have something implemented like this (to prevent accidental catching of enter/return presses)
Try to add a button (or use an existent button on the editor) which setWantsKeyboardFocus(true);
beware if you may have something implemented like this (to prevent accidental catching of enter/return presses)