##// END OF EJS Templates
prevent widget shortcut conflicts with menu proxies...
prevent widget shortcut conflicts with menu proxies set some menu bar contexts to Widget, preventing conflict. Essentially, these events will never be called by shortcut, as the events for which they are a proxy are already bound to the shortcut, and get it instead. This is a bit ugly, because the menu shortcuts aren't really active - they depend on the widget shortcuts being the same.

File last commit:

r415:4a5dcb15
r5140:915fe1fd
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]