handleHotkeyGoToProfile = () => {
    this.props.history.push(`/@${this.props.username}`);
  };