On Sun, Jun 22, 2008 at 6:54 AM, Jean-Philippe Bernardy < [EMAIL PROTECTED]> wrote:
> This is probably a bug in the vty library. The problem is that it > hardcodes all the terminal-specific stuff; which means it's very sensitive to the kind of terminal you have. Confirmed. Even in the test program for VTY the event produced is "EvKey (KASCII 'i') [MCtrl]". > Maybe Corey has done some work on it recently? Not on key translation, but it's quite possible I broke it anyways ;-) I've just started a trac for vty. The bug is: http://trac.haskell.org/vty/ticket/3 In the meantime we could add a the workaround that > (KASCII 'i') [MCtrl] is translated to Tab in Yi.UI.Vty; or bind that > event in Vim. Cheers, > JP. > -- -Corey O'Connor --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
