Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bDUlH-0005EQ-TI for pgadmin-hackers@arkaria.postgresql.org; Thu, 16 Jun 2016 10:43:00 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bDUlH-00031L-Fx for pgadmin-hackers@arkaria.postgresql.org; Thu, 16 Jun 2016 10:42:59 +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 1bDUlH-00031F-00 for pgadmin-hackers@postgresql.org; Thu, 16 Jun 2016 10:42:59 +0000 Received: from mail-io0-x22e.google.com ([2607:f8b0:4001:c06::22e]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bDUlE-0006h7-4K for pgadmin-hackers@postgresql.org; Thu, 16 Jun 2016 10:42:57 +0000 Received: by mail-io0-x22e.google.com with SMTP id f30so37453988ioj.2 for ; Thu, 16 Jun 2016 03:42:55 -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=DloL0DSCxRHmiamI8m52e/VdOgHvKv3yOzYFScoyLHY=; b=R5+lkq8OBQXCwryl5XmUztCJgTaWgd6cS3Abvqzn7FUZymbL5Qnck+D5XeZiqrGJE1 qV2fOgSasiob8befmyNLVHJyY22OWNaYTBsYPCkznQjA/Lb/v2kSZQjYIddIimzIdDX/ b3dwzgAJb58Mjov6mk+Nn2FL7MDmjPsTjLce9E2dIKOfu44RvujymbtB1BNq5KypwB3T Ms0VS+ztAUThR76DAVi93dGxkOSjZUi6UDeApHRNi+cMHd1Zr23P+Kqp2KZTNQt7nrYp ORJX9P2vwIlHiYF7NndyTSVtdX5KTG1rk85+YA0X54Y+J4799HhFgrFFGPamoSehizTs MQaA== 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=DloL0DSCxRHmiamI8m52e/VdOgHvKv3yOzYFScoyLHY=; b=E4vIgONkZgwQMDH19tUk0wv7XL1RPEEmI5e3AlCmDus55Dt4TZwgGsey0xVwfAY13V y9zH6QcvSyULsLzpaD2Xbx7OSUw9b8+CtcIZDUsy2f5RSJUVuU0dw4TwBaE5Aeqsh+b+ TDeGSCDtVnC0VuY7P1BbG8meC0WIoX6qdvajtxe6Frj+bdFSTiqIM+i4eJV8BUmbDdBk k1TTugHE5oC9Ww5Ex9gybeVKu1kXKFi7T4vckRFJq2UljI+/4fdG2Ix970W3nqoexVEU wsuy10dBEcy8g1A2q+ziMoLdQuICdKt2MP8hnJMHXkgMrjKa5SsmCKEciHYzU9J9rE/R 0E8Q== X-Gm-Message-State: ALyK8tJAYe4EbduyNV0eQcj6zh6zPIEtLK+0EvsIm3LVF+4XUUPgdRUVy0rUZuQOI5aTtMJ/zH07LXOif2um5A== X-Received: by 10.107.148.79 with SMTP id w76mr6437203iod.63.1466073774990; Thu, 16 Jun 2016 03:42:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.24.233 with HTTP; Thu, 16 Jun 2016 03:42:54 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Thu, 16 Jun 2016 11:42:54 +0100 Message-ID: Subject: Re: Fix for issue RM1336 [pgadmin4] To: Harshal Dhumal 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 Thanks! On Thu, Jun 16, 2016 at 11:40 AM, Harshal Dhumal wrote: > Hi Dave, > > Ok, I'll change shortcut keys > > New shortcuts would be: > > Execute --> F5 > Explain --> F7 > Explain analyze --> Shift+F7 > > > > -- > Harshal Dhumal > Software Engineer > > EnterpriseDB India: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > On Thu, Jun 16, 2016 at 4:03 PM, Dave Page wrote: >> >> Hi, >> >> Can we not make them compatible with pgAdmin 3? Ctrl + Shift + E is >> significantly less convenient than F5. >> >> On Thu, Jun 16, 2016 at 11:28 AM, Harshal Dhumal >> wrote: >> > Hi, >> > >> > PAF patch for issue RM1336 >> > >> > Changes: Added keyboard shortcuts (static/non configurable) to some >> > query >> > tool operations. >> > >> > Execute --> Ctrl + Shift + E >> > Explain --> Ctrl + Shift + X >> > Explain analyze --> Ctrl + Shift + A >> > >> > Note: Keyboard shortcuts do not work if focus is set on any disabled >> > button >> > inside query tool or out side the query tool. >> > >> > >> > -- >> > Harshal Dhumal >> > Software Engineer >> > >> > EnterpriseDB India: 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 >> > >> >> >> >> -- >> Dave Page >> Blog: http://pgsnake.blogspot.com >> Twitter: @pgsnake >> >> EnterpriseDB UK: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company > > -- 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