mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Updated translation template
This commit is contained in:
parent
244c9368c8
commit
994a0015bd
@ -678,17 +678,15 @@ class DocumentView(QWebView):
|
||||
elif key == 'Previous Page':
|
||||
self.previous_page()
|
||||
elif key == 'Section Top':
|
||||
if event.modifiers() & Qt.ControlModifier:
|
||||
self.scroll_to(0)
|
||||
elif key == 'Document Top':
|
||||
if self.manager is not None:
|
||||
self.manager.goto_start()
|
||||
else:
|
||||
self.scroll_to(0)
|
||||
elif key == 'Section Bottom':
|
||||
if event.modifiers() & Qt.ControlModifier:
|
||||
self.scroll_to(1)
|
||||
elif key == 'Document Bottom':
|
||||
if self.manager is not None:
|
||||
self.manager.goto_end()
|
||||
else:
|
||||
self.scroll_to(1)
|
||||
elif key == 'Down':
|
||||
self.scroll_by(y=15)
|
||||
elif key == 'Up':
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user