Closed bambu closed 8 years ago
<C-Tab> and <C-S-Tab> are not passed to the -keyDown: event. Added -performKeyEquivalent: to capture those keys and pass them on to -keyDown: event.
<C-Tab>
<C-S-Tab>
-keyDown:
-performKeyEquivalent:
This is for issue #190
Thanks for helping me stay on top of these Cocoa quirks.
<C-Tab>
and<C-S-Tab>
are not passed to the-keyDown:
event. Added-performKeyEquivalent:
to capture those keys and pass them on to-keyDown:
event.This is for issue #190