[][src]Type Definition penrose::core::bindings::KeyEventHandler

type KeyEventHandler<X> = Box<dyn FnMut(&mut WindowManager<X>) -> Result<()>>;

Some action to be run by a user key binding