case KeyboardKeys.END:
          // end - go to last day of year
          this.setFocus(this.focusDate.clone().endOf('year'));
          stop = true;
          break;