Using The Debugger With The X Window System; Using The Keyboard's Special Keys - Motorola SCOUTTRAINER25 User Manual

Remote training system
Hide thumbs Also See for SCOUTTRAINER25:
Table of Contents

Advertisement

2.5 Using the Debugger With the X Window System

If you're using the X Window System to run the 'C2xx debugger, you need to
know about the keyboard's special keys, the debugger fonts, and using the de-
bugger on a monochrome monitor.

Using the keyboard's special keys

The debugger uses some special keys that you can map differently from your
particular keyboard. Some keyboards, such as the Sun Type 5 keyboard, may
have these special symbols on separate keys. Other keyboards, such as the
Sun Type 4 keyboard, do not have the special keys.
The special keys that the debugger uses are shown in the following table with
their corresponding keysym. A keysym is a label that interprets a keystroke;
it allows you to modify the action of a key on the keyboard.
Use the X utility xev to check the keysyms that are associated with your key-
board. If you need to change the keysym definitions, use the xmodmap utility.
For example, you could create a file that contains the following commands and
use that file with xmodmap to change a Sun Type 4 keyboard to match the keys
listed above:
keysym R13
keysym Down
keysym F35
keysym Left
keysym Right = Right
keysym F27
keysym Up
keysym F29
keysym Insert = Insert
Refer to your X Window System documentation for more information about
using xev and xmodmap.

Using the Debugger With the X Window System

Key
to
F1
F10
PAGE UP
PAGE DOWN
HOME
END
INSERT
= End
= Down
= Next
= Left
= Home
= Up
= Prior
Installing the Simulator and C Source Debugger With SunOS
Keysym
F1 to F10
Prior
Next
Home
End
Insert
Right
Left
Up
Down
2-9

Advertisement

Table of Contents
loading

Table of Contents