From 410d1226bc1d36de204f4121986fbff9884fd5a7 Mon Sep 17 00:00:00 2001 From: Glutanimate Date: Sun, 18 Mar 2018 15:50:50 +0100 Subject: [PATCH] Revert debug console shortcut workaround Seems like the assignment to "Ctrl+:" is working again cf. fb81f63fe32b62a2aa3c02131ec2d4d0faef866b --- aqt/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/main.py b/aqt/main.py index a49eac8c6..0ef9a3f71 100644 --- a/aqt/main.py +++ b/aqt/main.py @@ -701,7 +701,7 @@ title="%s" %s>%s''' % ( def setupKeys(self): globalShortcuts = [ - ("Ctrl+Shift+;", self.onDebug), + ("Ctrl+:", self.onDebug), ("d", lambda: self.moveToState("deckBrowser")), ("s", self.onStudyKey), ("a", self.onAddCard),