mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
tweak some shortcuts
This commit is contained in:
parent
242b4be2f4
commit
f58110855b
2 changed files with 3 additions and 4 deletions
|
@ -1161,7 +1161,6 @@ It can take a long time. Proceed?""")):
|
||||||
if sys.platform.startswith("darwin"):
|
if sys.platform.startswith("darwin"):
|
||||||
qt_mac_set_menubar_icons(False)
|
qt_mac_set_menubar_icons(False)
|
||||||
self.setUnifiedTitleAndToolBarOnMac(True)
|
self.setUnifiedTitleAndToolBarOnMac(True)
|
||||||
self.form.actionMarkCard.setShortcut(_("Alt+m"))
|
|
||||||
# mac users expect a minimize option
|
# mac users expect a minimize option
|
||||||
self.minimizeShortcut = QShortcut("Ctrl+m", self)
|
self.minimizeShortcut = QShortcut("Ctrl+m", self)
|
||||||
self.connect(self.minimizeShortcut, SIGNAL("activated()"),
|
self.connect(self.minimizeShortcut, SIGNAL("activated()"),
|
||||||
|
|
|
@ -422,7 +422,7 @@
|
||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+M</string>
|
<string>M</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionSuspendCard">
|
<action name="actionSuspendCard">
|
||||||
|
@ -609,7 +609,7 @@
|
||||||
<string>Suspend the current fact until the deck is closed and opened again</string>
|
<string>Suspend the current fact until the deck is closed and opened again</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+Shift+B</string>
|
<string>Shift+B</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionFullDatabaseCheck">
|
<action name="actionFullDatabaseCheck">
|
||||||
|
@ -684,7 +684,7 @@
|
||||||
<string>Models...</string>
|
<string>Models...</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+M</string>
|
<string>Ctrl+Shift+M</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionDocumentation">
|
<action name="actionDocumentation">
|
||||||
|
|
Loading…
Reference in a new issue