Hi, I have two buttons with onClick events on my form as well as a component that receives keyboard input. Problem is that when the left, right, up and down cursors are pressed focus jumps to and from the buttons and when the spacebar is pressed it performs the same function as the mouse click -- which I do not need :evil:

How can I prevent delphi from moving focus to the buttons?