This commit is contained in:
Kovid Goyal 2020-02-27 07:38:03 +05:30
parent da1b823e07
commit 6a71dd647b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -359,7 +359,6 @@ class Main(MainWindow):
self.action_edit_previous_file = treg('arrow-up.png', _('Edit &previous file'), partial(self.boss.edit_next_file, backwards=True),
'edit-previous-file', 'Ctrl+Alt+Up', _('Edit the previous file in the spine'))
# Qt does not generate shortcut overrides for cmd+arrow on os x which
# Qt does not generate shortcut overrides for cmd+arrow on os x which
# means these shortcuts interfere with editing
self.action_global_undo = treg('back.png', _('&Revert to before'), self.boss.do_global_undo, 'global-undo', () if isosx else 'Ctrl+Left',
_('Revert book to before the last action (Undo)'))