Object Types Reference > Siebel Object Types >

Accelerator Creation


Siebel Object Types > Command > Accelerator

Specify an accelerator using the following format:

Accelerator: | modifiers "+" name | modifier + name "," accelerator

Modifiers: | modifier | modifier "+" modifiers

Modifier: Ctrl | Alt | Shift

Name: 0-9 | A-Z | F{0-24} | key_code | constant

For key_code, use a three-symbol decimal code such as "128" or a four-symbol hex code such as "0x10".

Constant: INSERT | DEL | LEFT | RIGHT | UP | DOWN | HOME |
     END | PAGEUP | PGUP | PAGEDOWN | PGDN | SPACE | TAB | ENTER

The syntax is not case-sensitive:

Examples:

  • Ctrl+F10, Alt+A
  • Ctrl+ INSERT
  • Ctrl+Alt+0x221

Your accelerator is used if there is a menu or toolbar item defined with the command field containing the command with your accelerator.

Object Types Reference