mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Add a note about tapping to show controls
This commit is contained in:
parent
428f576c26
commit
c0c6872249
@ -87,7 +87,7 @@ def show_controls_help():
|
||||
div = div.nextSibling
|
||||
safe_set_inner_html(div, _('Use the <b>PageUp/PageDn</b> or <b>Arrow keys</b> to turn pages'))
|
||||
div = div.nextSibling
|
||||
safe_set_inner_html(div, _('Press the <b>Esc</b> key or <b>{} click</b> to show the viewer controls').format(
|
||||
safe_set_inner_html(div, _('Press the <b>Esc</b> key or <b>{} click</b> or <b>tap on the top third</b> of the text area to show the viewer controls').format(
|
||||
'control' if 'macos' in window.navigator.userAgent else _('right')
|
||||
))
|
||||
div = div.nextSibling
|
||||
|
Loading…
x
Reference in New Issue
Block a user