pgAdmin 4 commit: Use the same keyboard shortcuts in the query tool as

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Use the same keyboard shortcuts in the query tool as
Date: 2016-08-01 14:10:56
Message-ID: E1bUDvk-0001ES-7M@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Use the same keyboard shortcuts in the query tool as pgAdmin 3. Refs #1478

Per discussion on the mailing list, the shortcuts override the browser defaults (where there are any), but only when the query tool has focus.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9c4eed70b43f6ff40f7c17be3e65c3beaf13bcd0
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
.../tools/datagrid/templates/datagrid/index.html | 8 ++--
.../sqleditor/templates/sqleditor/js/sqleditor.js | 48 ++++++++++++++--------
2 files changed, 36 insertions(+), 20 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-08-01 14:12:36 Re: [pgAdmin4][Patch]: Using F5 for Query Execution in Query tool
Previous Message Dave Page 2016-08-01 13:46:08 Re: PATCH: Encoding issue with qtLiteral function (pgAdmin4)