Revert "work around https://bugreports.qt.io/browse/QTBUG-54755"
This reverts commit 0bd79abe11
.
This commit is contained in:
parent
e6c25b90e9
commit
ca08b742fa
@ -647,13 +647,6 @@ title="%s" %s>%s</button>''' % (
|
|||||||
self.onStats()
|
self.onStats()
|
||||||
elif key == "y":
|
elif key == "y":
|
||||||
self.onSync()
|
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
|
# App exit
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
@ -145,6 +145,9 @@
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Undo</string>
|
<string>&Undo</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="shortcut">
|
||||||
|
<string>Ctrl+Z</string>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionCheckMediaDatabase">
|
<action name="actionCheckMediaDatabase">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -213,6 +216,9 @@
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Study Deck...</string>
|
<string>Study Deck...</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="shortcut">
|
||||||
|
<string>/</string>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionEmptyCards">
|
<action name="actionEmptyCards">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -223,6 +229,9 @@
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Create Filtered Deck...</string>
|
<string>Create Filtered Deck...</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="shortcut">
|
||||||
|
<string>F</string>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionNoteTypes">
|
<action name="actionNoteTypes">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
Loading…
Reference in New Issue
Block a user