case 'ArrowDown':
        if (e.key == 'ArrowDown' || e.ctrlKey) {
          if (this.moveDown()) e.preventDefault();
        }
        break;