Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s7BPH-004Aee-SC for pgadmin-hackers@arkaria.postgresql.org; Wed, 15 May 2024 09:58:45 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1s7BPH-00DOKn-VA for pgadmin-hackers@arkaria.postgresql.org; Wed, 15 May 2024 09:58:43 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s7BIf-00DIDd-CT for pgadmin-hackers@lists.postgresql.org; Wed, 15 May 2024 09:51:53 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s7BIY-000JQK-8d for pgadmin-hackers@lists.postgresql.org; Wed, 15 May 2024 09:51:52 +0000 Received: from github.com (hubbernetes-node-86afb8b.va3-iad.github.net [10.48.205.26]) by smtp.github.com (Postfix) with ESMTPA id 0B76B4E11CD for ; Wed, 15 May 2024 02:51:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1715766705; bh=eZfsyNk40Xmd9s9WU95qjYJUIvgnh/zFvCRn/3B0dOc=; h=Date:From:To:Subject:List-Unsubscribe:From; b=aEKs7fiRI9kUZWTe90SANPg9a0aZG3Lky8HOobE9GSzLgFTBC6HSvS042vIc3qSLq +OLJEXVLdMruO8KerRuETfMylBuBouXnWLJdBv7TNm2kw2E+RVspRiwZpWpv4xsna8 cT2oM614C+ArDbT5MesaCPJ//aVmVCi1VXAkcViA= Date: Wed, 15 May 2024 02:51:45 -0700 From: Pravesh Sharma To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 1c44cf: Update the documentation for preferences dialog an... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 1c44cfb714ec1f6b65ff3a6ff52bfbcf50207dfc https://github.com/pgadmin-org/pgadmin4/commit/1c44cfb714ec1f6b65ff3a6ff52bfbcf50207dfc Author: Pravesh Sharma Date: 2024-05-15 (Wed, 15 May 2024) Changed paths: M docs/en_US/debugger.rst M docs/en_US/erd_tool.rst M docs/en_US/images/preferences_browser_display.png M docs/en_US/images/preferences_browser_keyboard_shortcuts.png M docs/en_US/images/preferences_dashboard_refresh.png M docs/en_US/images/preferences_erd_options.png M docs/en_US/images/preferences_paths_binary.png M docs/en_US/images/preferences_sql_display.png M docs/en_US/images/preferences_sql_editor.png M docs/en_US/images/preferences_sql_formatting.png M docs/en_US/images/preferences_sql_results_grid.png M docs/en_US/images/query_editing.png M docs/en_US/keyboard_shortcuts.rst M docs/en_US/preferences.rst M docs/en_US/query_tool_toolbar.rst M web/pgadmin/browser/register_browser_preferences.py M web/pgadmin/browser/static/js/keyboard.js Log Message: ----------- Update the documentation for preferences dialog and keyboard shortcuts. #7349, #7458 To unsubscribe from these emails, change your notification settings at https://github.com/pgadmin-org/pgadmin4/settings/notifications