Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 47b2bc8a837f6f2ecdec10bcbbeebde7da46947f
https://github.com/pgadmin-org/pgadmin4/commit/47b2bc8a837f6f2ecdec10bcbbeebde7da46947f
Author: Anil Sahoo <[email protected]>
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.