case KeyboardKeys.HOME:
          // home - go to first month
          this.setFocus(this.focusDate.clone().startOf('year'));
          stop = true;
          break;