See [this](https://github.com/roseman/tkdocs/blob/master/contextmenu.py) Something like: ```python with ContextualMenu() as self.context: Command("foo") Command("bar") ``` Need a way to enable/disable the context menu and bind it to keys based on OS.
See this
Something like:
Need a way to enable/disable the context menu and bind it to keys based on OS.