The file AccessKeyMouseEvents can associate keyboard
shortcuts with assistive technologies. For example, the following line enables
you to press-and-hold Ctrl + S for one second
to start Gnopernicus
in speech and Braille mode:
<Control>s 1 1000 1000 srcore --login --disable-magnifier --enable-speech --enable-braille
You can assign similar keyboard combinations to start Gnopernicus
in magnifier mode only. For example, the following
line enables you to press-and-hold Ctrl + M
for one second to start Gnopernicus
in magnifier
mode:
<Control>m 1 1000 1000 srcore --login --enable-magnifier --disable-speech
The above lines must be displayed as single lines in the AccessKeyMouseEvents file without line breaks. The formatting of this guide might display the lines over two lines.