Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bIVxE-0001Fc-Up for pgadmin-hackers@arkaria.postgresql.org; Thu, 30 Jun 2016 07:00:05 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bIVxD-0002DP-Hb for pgadmin-hackers@arkaria.postgresql.org; Thu, 30 Jun 2016 07:00:03 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bIVx0-0001za-Iw for pgadmin-hackers@postgresql.org; Thu, 30 Jun 2016 06:59:50 +0000 Received: from mail-oi0-x230.google.com ([2607:f8b0:4003:c06::230]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bIVww-0007el-VJ for pgadmin-hackers@postgresql.org; Thu, 30 Jun 2016 06:59:50 +0000 Received: by mail-oi0-x230.google.com with SMTP id r2so52299051oih.2 for ; Wed, 29 Jun 2016 23:59:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=iUzobyqE0Kjsvn8G4BNir0/G5aqJlwjeRzVBueZLri0=; b=kkns55OgkY3FYbZMpULJYKKUn35CYm09tL8yPurQWzL/PXptQ3CM2PW3ugtrgx2D7B uQgsYSfn5PGxSe5dexGYoGqfFOvuLihpwS9ukNmiotGhTM9n+t4zAcRcThrZ7UFVGm/I AmOyhOMh/YWDXauaWuGluZkR2Gr0pR/5NNJGwEr92BQcrULfGQNEp7qISZo9B2h80gOa uPr2EpNj9/Ivh/62mlKwEP8YA3fbdjZncjD6Ct93VICCAbh/mMwEb1hbFeTsDRT7Enqs kJAy2vMQDNDCF3l8mCOquYx+3fmkVjqJux8ASOo/HlyOxzZiYweEwEdTNouvi8e+S5A6 XVBg== 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=iUzobyqE0Kjsvn8G4BNir0/G5aqJlwjeRzVBueZLri0=; b=Fvezw45pZX7Ov983d1KX7xzWTTeRngGFL8z6CU+gCCYoDsBQBEjqHINXj1q9WkC+2j UW1Xihm6qm2PP2Aatqyvpc/YwK1xpzoHsvMLtAnsjSqJRbI6z209M11gXHiJZIzm3BDO Br9KNMe55j4cEcv/VImyFOnMnTb7mOao3wShYYxQrPrg5htsbbLJlPRe3Id358KcNb0+ OkYErxanT9glju+nARgA9QJVukQquiG5fvnqPvNIPtIcMS+UAeOw/AUvucEGyjVt9hb9 8ZDX4otnVHSJZMpKZl/jvmenHCuFvoCA5pHdsAeLGSHNbsbGtnvX1fVYZDbtywcqGhrn CzwQ== X-Gm-Message-State: ALyK8tJ4IQhNUftICiakeoReUyguGd6BHyWD2s/XOqvM6iUT18GmuKLavA5U/c/nWH86mjkgDymqFVPL5dYAA43Z X-Received: by 10.157.18.202 with SMTP id g68mr8003290otg.53.1467269984975; Wed, 29 Jun 2016 23:59:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.5.100 with HTTP; Wed, 29 Jun 2016 23:59:44 -0700 (PDT) In-Reply-To: References: <5767F4E1.6020308@kingston.net> From: Harshal Dhumal Date: Thu, 30 Jun 2016 12:29:44 +0530 Message-ID: Subject: Re: Fix for issue RM1336 [pgadmin4] To: Dave Page Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=94eb2c098a843e92bd0536796a63 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 --94eb2c098a843e92bd0536796a63 Content-Type: text/plain; charset=UTF-8 Hi Dave, Somehow control key is mapped to Command key in Mac. So on Mac shortcuts are Shift+Command+E, Shift+Command+X, Shift+Command+A -- *Harshal Dhumal* *Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu, Jun 30, 2016 at 1:05 AM, Dave Page wrote: > Hi > > On Wed, Jun 29, 2016 at 7:32 PM, Harshal Dhumal > wrote: > > Hi, > > > > Here is updated patch for RM1336 > > > > Fixed query tool shortcuts issue in Mac runtime and changed shortcut to > show > > "About" dialog in runtime from Ctrl+Shift+A ----> Alt+Shift+A > > I updated the runtime to use Alt+Shift+A, as well as changing the > other shortcuts to use Alt+Shift to avoid future collisions. > > However, the shortcuts in the app still don't work in the runtime for > me, so I haven't applied the other change. > > -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > > EnterpriseDB UK: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > --94eb2c098a843e92bd0536796a63 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Dave,

Somehow control key is mapped = to Command key in Mac. So on Mac shortcuts are Shift+Command+E, Shift+Comma= nd+X, Shift+Command+A

<= div dir=3D"ltr">
--=C2=A0
Harshal Dhumal
Software Engineer
Ent= erpriseDB India:=C2=A0http://www.ent= erprisedb.com
The Enterprise PostgreS= QL Company
=

On Thu, Jun 30, 2016 at 1:05 AM, Dave Page <= span dir=3D"ltr"><dpage@pgadmin.org> wrote:
= Hi

On Wed, Jun 29, 2016 at 7:32 PM, Harshal Dhumal
<harshal.dhumal@enter= prisedb.com> wrote:
> Hi,
>
> Here is updated patch for RM1336
>
> Fixed query tool shortcuts issue in Mac runtime and changed shortcut t= o show
> "About" dialog in runtime from Ctrl+Shift+A ----> Alt+Shi= ft+A

I updated the runtime to use Alt+Shift+A, as well as changing the other shortcuts to use Alt+Shift to avoid future collisions.

However, the shortcuts in the app still don't work in the runtime for me, so I haven't applied the other change.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--94eb2c098a843e92bd0536796a63--