Merge pull request #4079 from PySimpleGUI/Dev-latest
Added shortcut char
This commit is contained in:
commit
dbcd1d92b3
|
@ -18,6 +18,7 @@ import PySimpleGUI as sg
|
|||
Copyright 2021 PySimpleGUI
|
||||
"""
|
||||
|
||||
sg.MENU_SHORTCUT_CHARACTER = '&'
|
||||
|
||||
def Menubar(menu_def, text_color, background_color, pad=(0, 0)):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue