OnMouseButtonDown stops execution OnKeyDown

Hello ,

Im not sure where I can access “consume input”.

I have buttons with thext on top of them and when I click the button It enters the mode (enabling boolean) where OnMouseButtonDown or OnKeyDown would fire. Also these buttons have deselected “Is focusable” becouse when I press certain keys like Tab it would produce a wrong responce like focusing the next button.

So Im guessing that when I pressing a key and it registeres in OnMouseButtonDown the Button that i clicked on to start would loose focus or something but I thought if it had Is focusable" it wouldnt matter.