TomSchimansky / CustomTkinter

A modern and customizable python UI-library based on Tkinter
MIT License
11.62k stars 1.09k forks source link

Focus on OptionMenu using tab key on keyboard. #2623

Open bmshwdesign opened 3 weeks ago

bmshwdesign commented 3 weeks ago

Am trying to navigate through a form which has entry boxes and option menus. Pressing the tab key only navigates through the entry widgets but the focus does not go to OptionMenu.