Merge pull request #229 from glutanimate/fix-ondebug-hotkey

Revert debug console shortcut workaround
This commit is contained in:
Damien Elmes 2018-03-20 14:30:45 +10:00 committed by GitHub
commit 83cc2a6ce8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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