mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 14:17:13 -05:00
Revert debug console shortcut workaround
Seems like the assignment to "Ctrl+:" is working again
cf. fb81f63fe3
This commit is contained in:
parent
56e1643bfa
commit
410d1226bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue