Using focus=False on a button or use_default_focus=False on the window make no difference in behavior from what I get not using them. Using block_focus() for the sg.Button elements prevents focus on buttons using either Tab or arrow keys. The buttons need focus, but not the outline. ...