diff --git a/aqt/main.py b/aqt/main.py index f3e5ead87..59ef489a1 100644 --- a/aqt/main.py +++ b/aqt/main.py @@ -640,6 +640,13 @@ title="%s" %s>%s''' % ( self.onStats() elif key == "y": self.onSync() + # temp accelerators to work around bug + elif key == "/": + self.onStudyDeck() + elif key == "f": + self.onCram() + elif evt.matches(QKeySequence.Undo): + self.onUndo() # App exit ########################################################################## diff --git a/designer/main.ui b/designer/main.ui index 315a271c8..d3bda3e0e 100644 --- a/designer/main.ui +++ b/designer/main.ui @@ -145,9 +145,6 @@ &Undo - - Ctrl+Z - @@ -216,9 +213,6 @@ Study Deck... - - / - @@ -229,9 +223,6 @@ Create Filtered Deck... - - F -