diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-12-25 22:41:29 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-12-25 22:47:06 +0100 |
commit | 303f8baa7d4c32126afe8dd5ade702c813cc8251 (patch) | |
tree | de674415712cdee7ae78056020b0303ae062f943 /en | |
parent | f6c8e9ed2c6f7344784b2aaee2223d24bfdf3de9 (diff) | |
download | installation-guide-303f8baa7d4c32126afe8dd5ade702c813cc8251.zip |
Provide more details on the textual front-end keyboard shortcuts
Diffstat (limited to 'en')
-rw-r--r-- | en/boot-installer/accessibility.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/en/boot-installer/accessibility.xml b/en/boot-installer/accessibility.xml index 565bdd872..6a305e95e 100644 --- a/en/boot-installer/accessibility.xml +++ b/en/boot-installer/accessibility.xml @@ -32,6 +32,26 @@ uses plain text while <userinput>newt</userinput> uses text-based dialog boxes. The choice can be made at the boot prompt, see the documentation for <userinput>DEBIAN_FRONTEND</userinput> in <xref linkend="installer-args"/>. +</para><para> + +With the <userinput>newt</userinput> front-end (used mostly with braille), one +mostly just selects answers with arrow keys, and one presses &enterkey; to +validate the choice. Pressing &tabkey; and &shiftkey; - &tabkey; allows to +switch between dialog elements, and notably to access the +<userinput>Go Back</userinput> button with brings back again to previous +questions. Some dialogs contain check boxes, which can be ticked on and off by +pressing &spacekey;. + +</para><para> + +With the <userinput>text</userinput> front-end (used mostly with speech), one +mostly selects answers by typing their number followed by pressing &enterkey;. +One can also just not type anything and just press +&enterkey; to just accept the default value. Typing <userinput><</userinput> +and pressing &enterkey; brings back again to previous questions. When a +selection of choices has to be made (e.g. during task selection), one can type +<userinput>!</userinput> to express an empty selection. + </para> </sect2> |