Viewer: Add a mode to follow links with only the keyboard

This commit is contained in:
Kovid Goyal 2020-12-16 08:25:05 +05:30
parent 99ddd5457d
commit 843a317334
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -154,6 +154,21 @@ behavior`.
<https://freebsoft.org/speechd>`_ to be installed and working.
Following links using only the keyboard
-----------------------------------------------
The E-book viewer has a :guilabel:`hints mode` that allows you to click links
in the text without using the mouse. Press the :kbd:`Alt+f` key and all links
in the current screen will be highlighted with a number or letter over them.
Press the letter on your keyboard to click the link. Pressing the :kbd:`Esc`
key will abort the hints mode without selecting any link.
If more than thirty five links are on-screen then some of them will have
multiple letters, in which case type the first and second, or the first and
press :kbd:`Enter` to activate. You can also use the :kbd:`Backspace` key to
undo a mistake in typing.
Customizing the look and feel of your reading experience
------------------------------------------------------------