From f95c1a53ea145b45baedb377009727314f6aa2b9 Mon Sep 17 00:00:00 2001 From: Arseniy Terekhin Date: Thu, 3 Oct 2024 12:03:06 +0300 Subject: [PATCH] fix!: "Ket" code typo --- gmc/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmc/main_window.py b/gmc/main_window.py index 0b1d676..98a408f 100644 --- a/gmc/main_window.py +++ b/gmc/main_window.py @@ -191,7 +191,7 @@ def _menu_button(self): tr("E&xit"), self, triggered=QtWidgets.qApp.quit, - shortcut=Qt.Modifier.CTRL + Qt.Ket.Key_Q, + shortcut=Qt.Modifier.CTRL + Qt.Key.Key_Q, menuRole=QtWidgets.QAction.QuitRole, ) )