mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
Merge pull request #229 from glutanimate/fix-ondebug-hotkey
Revert debug console shortcut workaround
This commit is contained in:
commit
83cc2a6ce8
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||||
|
|
Loading…
Reference in a new issue