You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NVDA supports inputting keyboard shortcuts and emulating keypresses using the braille display.
779
-
Teis emulation comes in two forms: assigning a Braille input directly to some key press and using the virtual modifier keys.
779
+
This emulation comes in two forms: assigning a Braille input directly to some key press and using the virtual modifier keys.
780
780
781
-
Commonly-used keys, such as the arrow keys or pressing Alt to reach menus, can be mapped directly to Braille niputs.
781
+
Commonly-used keys, such as the arrow keys or pressing Alt to reach menus, can be mapped directly to Braille inputs.
782
782
The driver for each Braille display comes pre-equipped with some of these assignments.
783
783
You can change these assignments or add new emulated keys from the [Input Gestures dialog #InputGestures].
784
784
785
785
While this approach is useful for commonly-pressed or unique keys (such as Tab), you may not want to assign a unique set of keys to each keyboard shortcut.
786
-
To allow emulating keypresses where modifier keys are held down, NVDA provides commands to toggle the control, alt, shift, windwos, and NVDA keys, along with commands for some combinations of those keys.
787
-
To use thesse toggles, first press the command (or sequence of commands) for the modifier keys you want pressed, than input the character that's part of the keyboard shortcut you want to input.
786
+
To allow emulating keypresses where modifier keys are held down, NVDA provides commands to toggle the control, alt, shift, windows, and NVDA keys, along with commands for some combinations of those keys.
787
+
To use these toggles, first press the command (or sequence of commands) for the modifier keys you want pressed, than input the character that's part of the keyboard shortcut you want to input.
788
788
For example, to produce control+f, use the "Toggle control key" command and then type an f,
789
789
and to input control+alt+t, use either the "Toggle control key" and "Toggle alt key" commands, in either order, or the "Toggle control and alt keys" command, followed by typing a t.
0 commit comments