- removed the shortcut for the PDF Import Plugin (Ctrl+Q) since it interfered with the MacOS usage

This commit is contained in:
Marius Stanciu
2022-05-05 23:42:28 +03:00
committed by Marius
parent b711189608
commit 5139fca50b
3 changed files with 383 additions and 357 deletions

View File

@@ -56,7 +56,7 @@ class ToolPDF(AppTool):
self.on_open_pdf_click()
def install(self, icon=None, separator=None, **kwargs):
AppTool.install(self, icon, separator, shortcut='Ctrl+Q', **kwargs)
AppTool.install(self, icon, separator, shortcut='', **kwargs)
def set_tool_ui(self):
pass