Revert debug console shortcut workaround

Seems like the assignment to "Ctrl+:" is working again

cf. fb81f63fe3
This commit is contained in:
Glutanimate 2018-03-18 15:50:50 +01:00
parent 56e1643bfa
commit 410d1226bc

View file

@ -701,7 +701,7 @@ title="%s" %s>%s</button>''' % (
def setupKeys(self):
globalShortcuts = [
("Ctrl+Shift+;", self.onDebug),
("Ctrl+:", self.onDebug),
("d", lambda: self.moveToState("deckBrowser")),
("s", self.onStudyKey),
("a", self.onAddCard),