Merge pull request #4079 from PySimpleGUI/Dev-latest

Added shortcut char
This commit is contained in:
PySimpleGUI 2021-03-20 10:19:06 -04:00 committed by GitHub
commit dbcd1d92b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)):
"""