Fix main window tab navigation accessibility issue:
1) Dashboard -> Server Activity grid: terminate the session, cancel active button not navigable using tab key.
2) SQL -> If the focus inside code mirror control tab navigation not working.
Fixes #4930
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=397a1b9616c55bd9afd9737e05e9df633fd8a6c7
Author: Nagesh Dhope <nagesh(dot)dhope(at)enterprisedb(dot)com>
Modified Files
--------------
docs/en_US/release_notes_4_16.rst | 1 +
web/pgadmin/browser/static/js/keyboard.js | 2 +-
web/pgadmin/dashboard/static/js/dashboard.js | 7 +++++++
web/pgadmin/static/bundle/codemirror.js | 12 ++++++++++++
web/pgadmin/static/scss/_pgadmin.style.scss | 4 ++++
5 files changed, 25 insertions(+), 1 deletion(-)