From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Add infrastructure for managing configurable keyboard |
Date: | 2018-01-25 12:49:09 |
Message-ID: | E1eegxp-0004Ao-SE@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Add infrastructure for managing configurable keyboard shortcuts.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=66341e6947b0999b66c46078bf31f89851597fd6
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
Modified Files
--------------
web/pgadmin/preferences/static/css/preferences.css | 16 +-
web/pgadmin/preferences/static/js/preferences.js | 2 +
web/pgadmin/static/js/backform.pgadmin.js | 201 ++++++++++
web/pgadmin/utils/preferences.py | 32 +-
.../backform_controls/keyboardshortcut_spec.js | 434 +++++++++++++++++++++
.../javascript/backform_controls/keycode_spec.js | 199 ++++++++++
web/webpack.test.config.js | 10 +
7 files changed, 885 insertions(+), 9 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2018-01-25 12:49:17 | Re: Module-wise Keyboard preferences |
Previous Message | Dave Page | 2018-01-25 12:39:36 | Re: [pgadmin4][patch] Correct Bug #3050 |