[pgAdmin][RM3999] SQL Editor - Upper case shortcut on MacOS
Aditya Toshniwal <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.pgadmin.devel |
|---|---|
| Message-ID | <CAM9w-_m=xdJSV0OUA_VEdKFHBXdCY8iuPze6yUJdEFR4czV=5Q@mail.gmail.com> |
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"
RM3999.patch
(application/octet-stream, 563 B)
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'
}
},