I want to add an Actionhandler to my Form. It seems to be simple - the user should be able to press the F2-key to start an action. But if i try to put an action to the from (this.keyDown+= ....), the action starts only after an mouseclick to the form. I think it is not possible to deal this with an Actionhandler, because the focus can be lost.