I have this code that works in termion
macro_rules! key { (char $x:expr) => { Event::Key(Key::Char($x)) }; (ctrl $x:exp