migueldeicaza/TermKit

HotKey handling

migueldeicaza opened this issue · 1 comments

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.

Bad idea