| 1 | import PySimpleGUI as sg |
| 2 | """ |
| 3 | tkinter and Qt do not "activate" buttons by pressing the ENTER key with the button highlighted / in focus |
| 4 | This demo will enable the application to click on a button if the button has focus (is highlighted) and the |
nothing calls this directly
no test coverage detected