You may return to the Cvo Object Documenation Index from this document. This document contains the following sections describing the Cvo_Accelerator object:

Class

Cvo_Accelerator

Overview

This object should never be created directly. It is created internal to Cvo when necessary. This documentation is intended to provide an explanation of the syntax of the accelerators which Cvo accepts.

An accelerator should consist of a list one or more modifier keys, followed by a single X Keysym code. The various components, the modifiers and the X Keysym, should be separated by one or more of these symbols: a dash (-), plus (+) slash (/), tab or space.

The modifiers accepted are:

The case of the modifiers is irrelevant.

Therefore, a valid Cvo accelerator must look like this: SHIFT/BUTTON1-X. The action bound to that accelerator will occur when the user presses the shift key, the first mouse button, and the X Keysym simultaneously.

Note also that an accelerator may be specified within a pair of less-than/greater-than characters. The accelerator given above could also be specified as: < SHIFT / BUTTON1 - X >.


See the legend for information about the conventions used in this documentation.