Source code for ooodev.gui.menu.common.shortcut_dict

from typing import TypedDict


[docs]class ShortcutDict(TypedDict, total=False): key: str save: bool