Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bEzKN-0005fs-Tq for pgadmin-hackers@arkaria.postgresql.org; Mon, 20 Jun 2016 13:33:24 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bEzKN-0001aU-Gk for pgadmin-hackers@arkaria.postgresql.org; Mon, 20 Jun 2016 13:33:23 +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 1bEzKM-0001ZC-Ph for pgadmin-hackers@postgresql.org; Mon, 20 Jun 2016 13:33:22 +0000 Received: from mail-it0-x230.google.com ([2607:f8b0:4001:c0b::230]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bEzKI-0004i5-TH for pgadmin-hackers@postgresql.org; Mon, 20 Jun 2016 13:33:22 +0000 Received: by mail-it0-x230.google.com with SMTP id a5so46544717ita.1 for ; Mon, 20 Jun 2016 06:33:18 -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=qKNZD72e1frUii5lGT7GHcJg4e7tlk6yQsXm/vihH5Y=; b=ExOPzm7a+A84WoagQGMf+fLgugPKjHpdntay7iL3xtmCoEQ+CVgCSrsR5D61i5NhcC EOZ0C2RhBUHSdTY4yxgAd20vpekUuwlzPSCMDCC6gCUFOdxL8IRh0UxnUVPoC+ucnEjv 7lccFQJKoCRCPDbP21wqMzzwykGhUgjT/hlx5H+U1t++45rj2A3PZ0G7anCikTcr1rQY c0txj952hjPdfmYhFmu74oL2neHH74nBBbFuJOLJliWoMAL4+1X4FvIEsc3Q1w2U5mxz GurzLbsdQb+xBt4yIU7H46o/ZDSeLFWftbE1fdPomaTOW83JyMZjwY9kPiDSSbSN7TF3 lXcQ== 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=qKNZD72e1frUii5lGT7GHcJg4e7tlk6yQsXm/vihH5Y=; b=CDHNQKmHRUPSFOcgG6Q+aiDJHSShB3iakz/r0aMr9X/Do7RynGuCQdgxiW7QXQTgyC vhUmEvbDOtQza3EdfZkk2350245dr6uRdgPqfg64qngWiyBDLl1ALia0/zGiBr77Ku36 xOYbBPH1i/ePD5wLuq5lGB8mFK4Ew38sJYMqHu4yJSK8tqdnYgg8J8fgNUjdbxShwpUA nYj8opTpoEGg+IEpOpiTV/xyLnUyS2I1p4R+uit89ha97HpVLapjmC9gvii68kkjWNTw gFddKFRqAhpGQ8q71IEGtoOzXvjrwWW9PoJiuH3l/MD21/qHnlrYN8uuXqle8uoEutjk LeKw== X-Gm-Message-State: ALyK8tKbMcmeLftNDrIbNIDeI0/6ViR78RY/aHwU+kVFd1ACN7NEatzc90zhja+54uV6mpoCSPwlhVUWLjFT9w== X-Received: by 10.36.16.67 with SMTP id 64mr17202216ity.88.1466429596673; Mon, 20 Jun 2016 06:33:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.24.233 with HTTP; Mon, 20 Jun 2016 06:33:15 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Mon, 20 Jun 2016 14:33:15 +0100 Message-ID: Subject: Re: Fix for issue RM1336 [pgadmin4] To: Adam Brusselback Cc: Ashesh Vashi , Harshal Dhumal , 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 On Mon, Jun 20, 2016 at 2:29 PM, Adam Brusselback wrote: > I'm just wondering what the thought process is for making the shortcuts > configurable, or why that's going to be significantly hard? I find that to > be highly desirable feature, one of the reasons being avoiding something > like this from happening (with browser bindings). Some of us have other > tools which are also unconfigurable and bind to the same keys, and now you > have conflicts between them. > > However, what I think doesn't matter at all in the scheme of things, I'm > just throwing in my $0.02. It's not that it's necessarily hard, it's that there are only 24 hours in the day to get things done. We've got a long list of improvements to make - some immediate (i.e. in time for betaX - 2 being today in fact), others for GA and others for future releases. Meanwhile, much as I'd like to, I cannot keep 10 people assigned to pgAdmin indefinitely. I do need to get them working on other projects, for which there are also deadlines. -- 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