if (isHorizontal) {
        if (kc==37 || kc==39) e.preventDefault();
        if (kc == 39) _this.swipeNext()
        if (kc == 37) _this.swipePrev()
      }