From nobody Thu Feb 11 11:49:21 2021 Authentication-Results: mail-b.sr.ht; dkim=pass header.d=disroot.org header.i=@disroot.org Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by mail-b.sr.ht (Postfix) with ESMTPS id 0194F11F008 for <~cadence/tube-devel@lists.sr.ht>; Thu, 11 Feb 2021 11:49:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 02CDE50E67; Thu, 11 Feb 2021 12:49:20 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RPyFziBy3QY0; Thu, 11 Feb 2021 12:49:19 +0100 (CET) Date: Fri, 12 Feb 2021 00:49:12 +1300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1613044156; bh=/fROFrKPH9t+7EPuh/rgEO995T/kvHNn0uvQ/7gcm7s=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=XEYDCe1tOZz3sZuH2ks4N2//a1hTPAUEzSp8Gq4gWO6Tfin/D8PMYAJAI/uSliEaD 2kPIpZwz14n8uFz4Ti74TfHP213n10VhD+V/8M5bVqocrpdH8eNJS0aooi3Sdv5aZi ens6lwXQ+gbhvOM/baCbLio0aTbIUmfxIcxHhFqQis1XFJwwnLa6jX9WKsvPZCjckr uPTlIu66ktWT/KM6dZ2t/A7occJmbZb88BX4Y3oQr84AJhDhabFlELmXXAxc5K2zT4 +Hzo/wP4V2R22VN8oRdhMVUDPV0KnUhCM2cW0sph/pThfPSYL4WDxuoEne+BM0SG+W cPg1DsrvFxVKA== From: Cadence Ember To: ~cadence/tube-devel@lists.sr.ht Cc: ~lomanic Subject: Re: [PATCH cloudtube] Fix broken navigation shortcuts on videos Message-Id: <20210212004912.cd4570a24f38eedfda877197@disroot.org> In-Reply-To: <161298844619.11706.14892242452199531526-0@git.sr.ht> References: <161298844619.11706.14892242452199531526-0@git.sr.ht> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit > } else if (event.key === "ArrowUp" || event.key === "ArrowDown") { > - // no-op > + return > } else if (event.key >= "0" && event.key <= "9") { I didn't include this part of the patch for the reasons previously mentioned. The first part was applied.