Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bk7Gh-0001uW-Qo for pgadmin-hackers@arkaria.postgresql.org; Wed, 14 Sep 2016 10:18:15 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bk7Gh-00072n-D8 for pgadmin-hackers@arkaria.postgresql.org; Wed, 14 Sep 2016 10:18:15 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bk7GU-0006nX-GL for pgadmin-hackers@postgresql.org; Wed, 14 Sep 2016 10:18:02 +0000 Received: from mail-it0-x234.google.com ([2607:f8b0:4001:c0b::234]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bk7GR-0003ye-OE for pgadmin-hackers@postgresql.org; Wed, 14 Sep 2016 10:18:01 +0000 Received: by mail-it0-x234.google.com with SMTP id r192so36525381ita.0 for ; Wed, 14 Sep 2016 03:17:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=A7BvYeOX2UiU3njleFKR3x1fiSKUf0v3eGuDuKWb41k=; b=DIMzQFtpbwwvXaYXGqHTuVW/Qh2XxBomYKopFr8PDHP0FbXti3iTx/JP43UwHL9mvP wmD8aLXXG3dO0J/zW9zji3CsIKTz3S7z33/60RTa00N4KV5DL+NZG/vELhJ2V5M82iiy lCuuHuETVS/+HXdJ8+Cabqksc3SBTNyDoniLW8O7lpxe2c3Fc0hojGpYPfHv3WdtOTnL WQdKPbLcQwoW0v9vEUimowofH3aB/g71QBcRXBNjGg3RMjKhRRpVokfuVeF5Du9xS2+n sfmTiG7KiQrtrpH9D8DWMi5PFtp9jiVL1SmqO8ryLSouZGmJ5zlwidK4twauCXd9fv5Y jtsw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=A7BvYeOX2UiU3njleFKR3x1fiSKUf0v3eGuDuKWb41k=; b=a8mEbxmzBph1AxQlBCMva2KEeHnMtgjkKMFxivsy1hxMRpkyohgQaYgUSgaY1y/Xgj DuchXpbl3wNK7PRYlgy03aehzS2R9AQJQM/KxNyL2rhPB4DTlJvOooCET4pVeuufHN8d 4eb/787l74V3xqf31Wbc4vU319DeVuI61jUprWKEN3Uuw4eGD/UQg9siwHcNGYBEtw+R J57l/88rYLLQZaltI+alxa+QVRB+SgYOJmK/06NwxnfT+axvxtKRmmicxxWT7nso9GTl KZoDg5Fz0XpBj7i8ifL+0BEOVa714LPotYS1u8PIGEXI2lJQpiPSwiD8APRa8fJ9nSxO nnFQ== X-Gm-Message-State: AE9vXwOflYI+2cMKQLxCxe0N2CxqnbIATS1TpnInTsNTl+bq/sIpiwtphXTsArxzOSJdfrBM+TaI7VUrnLJPcQ== X-Received: by 10.107.151.11 with SMTP id z11mr5244180iod.28.1473848278873; Wed, 14 Sep 2016 03:17:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Wed, 14 Sep 2016 03:17:58 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Wed, 14 Sep 2016 11:17:58 +0100 Message-ID: Subject: Re: [pgAdmin4][Patch]: RM1478 - Paste event is not working in Query tool To: Surinder Kumar Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org Awesome job tracking this one down! Thanks, patch applied. On Wed, Sep 14, 2016 at 9:23 AM, Surinder Kumar wrote: > Hi > > Issue: > On debugging deeply into the code mirror JS library, I found that Ctrl-V > event is mapped for "goPageDown" which is the reason paste not working in > Mac Runtime. > > I have removed this mapping temporary from Code-mirror key map object once > code mirror JS library is loaded. > > In Mac Runtime, Paste event will work on Cmd-V. > > Please find attached patch and review. > > > Thanks, > Surinder Kumar > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers