Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bEvmH-0003NI-9m for pgadmin-hackers@arkaria.postgresql.org; Mon, 20 Jun 2016 09:45:57 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bEvmG-00022w-Su for pgadmin-hackers@arkaria.postgresql.org; Mon, 20 Jun 2016 09:45:56 +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 1bEvm3-0001a9-Io for pgadmin-hackers@postgresql.org; Mon, 20 Jun 2016 09:45:43 +0000 Received: from mail-ob0-x22d.google.com ([2607:f8b0:4003:c01::22d]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bEvlz-0008E9-MP for pgadmin-hackers@postgresql.org; Mon, 20 Jun 2016 09:45:42 +0000 Received: by mail-ob0-x22d.google.com with SMTP id wj2so942526obc.0 for ; Mon, 20 Jun 2016 02:45:39 -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:date:message-id:subject:from:to :cc; bh=5qNGBJfOulYZVXMLBZwIEUE0Uf9o2PkWQ83nz7pblyY=; b=mCmlk3icuRZG3s3hU57WQZcATs/s8DFS/eBEY7+OXqiinOTqiM1rdO52vqo8w+zJwN ZfUijI8iS5zjcFkJPbq8y+7XjXgS5QT9tpfEr0fLZ3hLYkg5lzt8qHJqXyrNGm4hhjhF Y9tI0xpnR/rNCqJAsTqOrgWWorg1YQyagotZXIb8AwnRUO45oR5RJl2fv2SJ7wyhBrk/ PHoK9D7HiG/GRRIMSstYMhn8Pfy0UG874nTUo/LkgpAju6pO93duyClv8qACnoBpW9M3 19YdoTLSO7Lvc6WPDAvHsk5HsSwWCEo5nXFyvTzgXiNjefrnZrdUrmuviXuP/9et/OFf 7nog== 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:date :message-id:subject:from:to:cc; bh=5qNGBJfOulYZVXMLBZwIEUE0Uf9o2PkWQ83nz7pblyY=; b=gjGUITQFSWSbXGIcDcGF69iwSJwwV2j7I4tM9J/pde7SO5NG0CMmnxk1UsfVaLj9tt UxGZjiUmhkeQdmoKVPeD/AElaFsN9afJU3pdf8MI99atR7ghUdmLcr1IiDNvT+at662s 7SnfYGtojXD6L8YljpCv4FZ99gGG7FHNzerUGbjAz7qoSLl6MASOuqJQxsfcQfWmHOS1 xwPvHUgYdM33c3N7nWHkaE9esvUBozWrYuAYWFVgEWXMsDvtxkqdJTCn+HgcLq3V+dnY 8aTk2fVkmR16OAK9FZvz+h3KPAssVqz2Tin0svtVCbShSzV4/R2ib+nQDIDLUdQri2hT I5Kw== X-Gm-Message-State: ALyK8tLJhKv+8xHEMqCT3Ni8w8pqWPjCXYxZFmAngMWfUrsfFZwwgJ8Rar52jyO6nZUN71R9k1VzeC2gbV+yoz5E MIME-Version: 1.0 X-Received: by 10.157.12.246 with SMTP id o51mr9205471otd.72.1466415937350; Mon, 20 Jun 2016 02:45:37 -0700 (PDT) Received: by 10.157.20.182 with HTTP; Mon, 20 Jun 2016 02:45:37 -0700 (PDT) In-Reply-To: References: Date: Mon, 20 Jun 2016 15:15:37 +0530 Message-ID: Subject: Re: Fix for issue RM1336 [pgadmin4] From: Harshal Dhumal To: Dave Page Cc: Ashesh Vashi , pgadmin-hackers Content-Type: multipart/alternative; boundary=001a1142f2fa0a0db30535b291f8 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 --001a1142f2fa0a0db30535b291f8 Content-Type: text/plain; charset=UTF-8 Hi Dave, I tried to find unique shortcuts keys combination using function keys on different platforms (windows, mac, linux ) but no success. Any combination of function keys with either of (or some of them together) Alt, Ctrl, Shift conflict with either browser functionality or with window functionality (like resize, move, minimize, maximize etc). And regarding Ctrl+F5, it is for hard refresh on some browsers. -- *Harshal Dhumal* *Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu, Jun 16, 2016 at 8:03 PM, Dave Page wrote: > On Thu, Jun 16, 2016 at 3:28 PM, Ashesh Vashi > wrote: > > On Thu, Jun 16, 2016 at 5:10 PM, Dave Page wrote: > >> > >> On Thu, Jun 16, 2016 at 12:14 PM, Harshal Dhumal > >> wrote: > >> > Hi, > >> > > >> > As per my offline discussion with Ashesh; He is suggesting not to use > >> > Function keys as shortcuts. > >> > >> Why? That is primarily what they are on the keyboard for. > > > > F5 is always bind to refresh function of the browser on linux & windows. > > Similarly - many shortcuts of browser are bound to the function keys. > > > > Hence - I asked not to use F5. > > I suggested Ctrl+F5. > > > -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > > EnterpriseDB UK: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > --001a1142f2fa0a0db30535b291f8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Dave,

I tried to find unique shortcu= ts keys combination using function keys on different platforms (windows, ma= c, linux ) but no success. Any combination of function keys with either of = (or some of them together) Alt, Ctrl, Shift conflict with either browser fu= nctionality or with window functionality (like resize, move, minimize, maxi= mize etc).

And regarding=C2=A0Ctrl+F5, it is for h= ard refresh on some browsers.

<= 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 16, 2016 at 8:03 PM, Dave Page <= span dir=3D"ltr"><dpage@pgadmin.org> wrote:
On Thu, Jun 16, 2016 at 3:28 PM, Ashesh Vashi
<ashesh.vashi@enterpris= edb.com> wrote:
> On Thu, Jun 16, 2016 at 5:10 PM, Dave Page <dpage@pgadmin.org> wrote:
>>
>> On Thu, Jun 16, 2016 at 12:14 PM, Harshal Dhumal
>> <harshal.dhu= mal@enterprisedb.com> wrote:
>> > Hi,
>> >
>> > As per my offline discussion with Ashesh; He is suggesting no= t to use
>> > Function keys as shortcuts.
>>
>> Why? That is primarily what they are on the keyboard for.
>
> F5 is always bind to refresh function of the browser on linux & wi= ndows.
> Similarly - many shortcuts of browser are bound to the function keys.<= br> >
> Hence - I asked not to use F5.

I suggested Ctrl+F5.

=C2=A0

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

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

--001a1142f2fa0a0db30535b291f8--