Java Desktop System Release 3 Accessibility Guide

Chapter 5 Using the Assistive Technologies

The Java Desktop System contains the following applications to enable users with a physical disability to use the desktop:

The desktop applications and utilities in the Java Desktop System are also designed with accessibility and usability in mind. However, there are some exceptions where the default applications are not suitable for users with special needs. In these situations, you must change the default application to an application that is suitable for all users, as described in the following sections:

5.1 On-Screen Keyboard

The GNOME On-Screen Keyboard (GOK) application displays virtual keyboards on your desktop that you can operate using the standard mouse pointer or alternative pointing device. GOK displays the following types of keyboards:

To start GOK, click Launch, then choose Applications -> Accessibility -> On-Screen Keyboard. For more information about the application, see the online Help for GOK.

5.1.1 Maximizing Terminal for GOK Users

If you are a GOK user, you cannot use the Terminal application in Full Screen mode because the Terminal window obscures the GOK display.

To resize the Terminal window for use with the GOK application, perform the following steps:

  1. Do not enable the Full Screen mode in Terminal.

  2. Give focus to the Terminal window.

  3. Press F10 to maximize the application.

5.2 Screen Reader and Magnifier

The screen reader and magnifier application is called Gnopernicus. Gnopernicus enables users with limited vision, or no vision, to use the Java Desktop System and associated applications. Gnopernicus provides the following functionality:

To start Gnopernicus, click Launch, then choose Applications -> Accessibility -> Screen Reader and Magnifier. For more information about the application, see the online Help for Gnopernicus.

5.2.1 Disabling the Screensaver for Gnopernicus Users

To disable the screensaver, perform the following steps:

  1. Click Launch, then choose Preferences -> Desktop Preferences -> Display -> Screensaver.

  2. In the Display Modes tabbed section, deselect the Lock Screen After check box.

  3. In the Mode drop-down list, select Disable Screen Saver.

  4. Choose File -> Restart Daemon.

  5. Choose File -> Quit to close the Screensaver Preferences dialog.

5.3 Displaying Online Help

The default online Help application for the Java Desktop System might not be suitable for some accessibility users. To change the default Help application for the Java Desktop System to an alternative Help application, perform the following steps:

  1. Click Launch, then choose Preferences -> Desktop Preferences -> File Associations.

  2. Click on the arrow next to Internet Services.

  3. Select the Gnome documentation entry.

  4. Click Edit.

  5. Replace the contents of the Program field with the following command:

    gnome-help "%s"

  6. Click OK.

  7. Click Close.

5.4 Displaying PDF Documents

The default Portable Document Format (PDF) viewer application for the Java Desktop System might not be suitable for some accessibility users. To change the default PDF viewer application for the Java Desktop System to another PDF viewer application, perform the following steps:

  1. Click Launch, then choose Preferences -> Desktop Preferences -> File Associations.

  2. Click on the arrow next to Documents.

  3. Click on the arrow next to Published Materials.

  4. Select the PDF document entry.

  5. Click Edit.

  6. Enter the following command in the Program to run field:

    /usr/bin/gpdf

  7. Click OK.

  8. Click Close.