Added shortcut char
This commit is contained in:
parent
6652082c51
commit
7114bc00ad
|
@ -18,6 +18,7 @@ import PySimpleGUI as sg
|
||||||
Copyright 2021 PySimpleGUI
|
Copyright 2021 PySimpleGUI
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
sg.MENU_SHORTCUT_CHARACTER = '&'
|
||||||
|
|
||||||
def Menubar(menu_def, text_color, background_color, pad=(0, 0)):
|
def Menubar(menu_def, text_color, background_color, pad=(0, 0)):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue