mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix down key in flow mode acting as up key
This commit is contained in:
parent
d04234555d
commit
400450f193
@ -128,7 +128,7 @@ def scroll_by_page(direction):
|
|||||||
|
|
||||||
def handle_shortcut(sc_name, evt):
|
def handle_shortcut(sc_name, evt):
|
||||||
if sc_name is 'down':
|
if sc_name is 'down':
|
||||||
smooth_y_scroll(True)
|
smooth_y_scroll(False)
|
||||||
return True
|
return True
|
||||||
if sc_name is 'up':
|
if sc_name is 'up':
|
||||||
smooth_y_scroll(True)
|
smooth_y_scroll(True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user