mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
...
This commit is contained in:
parent
da1b823e07
commit
6a71dd647b
@ -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)'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user