rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

Catch the <C-Tab> & <C-S-Tab> keys and send to keyDown #248

Closed bambu closed 8 years ago

bambu commented 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.

This is for issue #190

rogual commented 8 years ago

Thanks for helping me stay on top of these Cocoa quirks.