migueldeicaza / TermKit

Terminal Kit - Console UI toolkit for Swift applications
MIT License
458 stars 17 forks source link

HotKey handling #20

Closed migueldeicaza closed 3 years ago

migueldeicaza commented 3 years ago

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 3 years ago

Bad idea