Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qofjH-002ORq-Rm for pgadmin-hackers@arkaria.postgresql.org; Fri, 06 Oct 2023 07:58:36 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qofjF-004Ihz-5z for pgadmin-hackers@arkaria.postgresql.org; Fri, 06 Oct 2023 07:58:34 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qofjE-004IhD-Rw for pgadmin-hackers@lists.postgresql.org; Fri, 06 Oct 2023 07:58:33 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qofjC-000HSD-IT for pgadmin-hackers@lists.postgresql.org; Fri, 06 Oct 2023 07:58:32 +0000 Received: from github.com (hubbernetes-node-f0d1f0a.ac4-iad.github.net [10.52.137.38]) by smtp.github.com (Postfix) with ESMTPA id 3948370080F for ; Fri, 6 Oct 2023 00:58:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1696579109; bh=w+4r7YmnBv0mTBSF2gJ7dpF2smNUiEJDR4ebMyWEkFM=; h=Date:From:To:Subject:From; b=e67dqBUwlFJ9Y88HiRVZpROO/Sdb+JA/99ZmRb2jCGz8N37eACzwZHVJI0OX1AhMz zzUivUpvFvVpJUbMCeIaIdsBBnd/hpBI4Mnr/fOrIpovnK0P1/F3AOXHZxbsFHkx1y kYvJWi9p/OdjXKWt/r+exz0h/lVsTbthEVe92H+w= Date: Fri, 06 Oct 2023 00:58:29 -0700 From: Anil Sahoo To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 5113fd: Fix an issue where global/native keyboard shortcut... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 5113fda7a6e499bca8070d8e9debe25e6472a0d5 https://github.com/pgadmin-org/pgadmin4/commit/5113fda7a6e499bca8070d8e9debe25e6472a0d5 Author: Anil Sahoo Date: 2023-10-06 (Fri, 06 Oct 2023) Changed paths: M web/pgadmin/tools/sqleditor/static/js/components/QueryToolDataGrid/index.jsx Log Message: ----------- Fix an issue where global/native keyboard shortcuts are not working when any cell of data output grid has focus. #6579 (#6834)