pgAdmin 4 commit: Add configurable shortcut keys for various common opt

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add configurable shortcut keys for various common opt
Date: 2018-02-09 12:08:00
Message-ID: E1ek7TE-0005qK-QA@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add configurable shortcut keys for various common options in the main window. Fixes #2899

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=258b06496389e8eb1bb1b04494280e952926b92c
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/keyboard_shortcuts.rst | 15 +++-
web/pgadmin/browser/__init__.py | 106 ++++++++++++++++++++++++
web/pgadmin/browser/static/js/browser.js | 6 ++
web/pgadmin/browser/static/js/keyboard.js | 129 ++++++++++++++++++++++++++----
web/pgadmin/browser/static/js/node.js | 2 +-
5 files changed, 241 insertions(+), 17 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-02-09 12:12:28 Re: [pgAdmin4][Patch]: RM #2899: Provide access keys/shortcuts to all commonly used menu options in the main window.
Previous Message pgAdmin 4 Jenkins 2018-02-09 12:03:27 Build failed in Jenkins: pgadmin4-master-python35 #475