public inbox for [email protected]  
help / color / mirror / Atom feed
[pgAdmin][RM3999] SQL Editor - Upper case shortcut on MacOS
2+ messages / 2 participants
[nested] [flat]

* [pgAdmin][RM3999] SQL Editor - Upper case shortcut on MacOS
@ 2019-11-01 04:37  Aditya Toshniwal <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: Aditya Toshniwal @ 2019-11-01 04:37 UTC (permalink / raw)
  To: pgadmin-hackers

Hi Hackers,

Attached is a tiny patch to fix keyboard shortcut for toggle case.
Kindly review.

-- 
Thanks and Regards,
Aditya Toshniwal
Sr. Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"


Attachments:

  [application/octet-stream] RM3999.patch (563B, 3-RM3999.patch)
  download | inline diff:
diff --git a/web/pgadmin/tools/sqleditor/utils/query_tool_preferences.py b/web/pgadmin/tools/sqleditor/utils/query_tool_preferences.py
index 079f9e720..c465598b2 100644
--- a/web/pgadmin/tools/sqleditor/utils/query_tool_preferences.py
+++ b/web/pgadmin/tools/sqleditor/utils/query_tool_preferences.py
@@ -641,7 +641,7 @@ def RegisterQueryToolPreferences(self):
             'shift': True,
             'control': True,
             'key': {
-                'key_code': 91,
+                'key_code': 85,
                 'char': 'u'
             }
         },


^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: [pgAdmin][RM3999] SQL Editor - Upper case shortcut on MacOS
@ 2019-11-01 12:10  Dave Page <[email protected]>
  parent: Aditya Toshniwal <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Dave Page @ 2019-11-01 12:10 UTC (permalink / raw)
  To: Aditya Toshniwal <[email protected]>; +Cc: pgadmin-hackers

Thanks, applied.

On Fri, Nov 1, 2019 at 4:38 AM Aditya Toshniwal <
[email protected]> wrote:

> Hi Hackers,
>
> Attached is a tiny patch to fix keyboard shortcut for toggle case.
> Kindly review.
>
> --
> Thanks and Regards,
> Aditya Toshniwal
> Sr. Software Engineer | EnterpriseDB India | Pune
> "Don't Complain about Heat, Plant a TREE"
>


-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2019-11-01 12:10 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2019-11-01 04:37 [pgAdmin][RM3999] SQL Editor - Upper case shortcut on MacOS Aditya Toshniwal <[email protected]>
2019-11-01 12:10 ` Dave Page <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox