HotKey handling
migueldeicaza opened this issue · 1 comments
migueldeicaza commented
Drop the manual HotKey support in the views, and instead use the HotKeySupport protocol, and wire up in Application.cs the probe for hotkeys, and invoking that method directly, rather than having each view implement their own hotkey support.
migueldeicaza commented
Bad idea