mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-07 22:45:32 -04:00
use ctrl+arrow rather than alt+arrow
This commit is contained in:
@@ -707,7 +707,7 @@ def check_for_books_loaded():
|
||||
|
||||
def onkeydown(container_id, close_action, ev):
|
||||
if render_book.book_id:
|
||||
if ev.altKey:
|
||||
if ev.ctrlKey:
|
||||
if ev.key is 'ArrowLeft':
|
||||
next_book(render_book.book_id, -1)
|
||||
ev.preventDefault(), ev.stopPropagation()
|
||||
|
||||
Reference in New Issue
Block a user