onKeyDown: (evt$: Observable<React.KeyboardEvent<HTMLElement>, never>) =>
    evt$.filter(e => isSpecialEvent(e)).flatMap(mapKeydownToAction),