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