[pgadmin-org/pgadmin4] 47b2bc: 1) Fix the tabbed panel backward/forward shortcut ...

From: Anil Sahoo <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 47b2bc: 1) Fix the tabbed panel backward/forward shortcut ...
Date: 2024-02-09 11:03:42
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/9ad223-47b2bc@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 47b2bc8a837f6f2ecdec10bcbbeebde7da46947f
https://github.com/pgadmin-org/pgadmin4/commit/47b2bc8a837f6f2ecdec10bcbbeebde7da46947f
Author: Anil Sahoo <anil(dot)sahoo(at)enterprisedb(dot)com>
Date: 2024-02-09 (Fri, 09 Feb 2024)

Changed paths:
M docs/en_US/keyboard_shortcuts.rst
M web/package.json
M web/pgadmin/browser/register_browser_preferences.py
M web/pgadmin/browser/static/js/keyboard.js
M web/pgadmin/static/js/helpers/Layout/index.jsx
M web/pgadmin/static/js/utils.js
M web/pgadmin/tools/erd/static/js/ERDModule.js
M web/pgadmin/tools/psql/static/js/psql_module.js
M web/pgadmin/tools/psql/templates/editor_template.html
M web/pgadmin/tools/schema_diff/static/js/SchemaDiffModule.js
M web/pgadmin/tools/sqleditor/static/js/SQLEditorModule.js
M web/yarn.lock

Log Message:
-----------
1) Fix the tabbed panel backward/forward shortcut for tabs. #6808

2) Remove shortcuts for the dialog tab backward/forward.
3) Used hotkeys.js in place of mousetrap for listening to keyboard shortcuts.

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2024-02-09 11:20:17 [pgadmin-org/pgadmin4] 96ed38: Added release note for v8.4
Previous Message Anil Sahoo 2024-02-09 10:56:58 [pgadmin-org/pgadmin4] 9ad223: Fix an issue where constraint check control is ena...