Formats You Can Use With an Accelerator Object Type

This topic describes the format that you can use with an Accelerator or Accelerator Locale. A menu or toolbar item might include a command field. If this command field includes a command that uses an accelerator that you define, then Siebel CRM uses this accelerator. You can use one of the following formats:

  • modifier + name

  • modifier_1 + modifier_n + name

  • accelerator

where:

  • modifier is Ctrl, Alt, or Shift.

  • name is 0 through 9, A through Z, F 0 through 24, a key_code, or a constant.

  • key_code is a three-symbol decimal code, such as 128, or a four-symbol hex number, such as 0x10.

  • constant is INSERT, DEL, LEFT, RIGHT, UP, DOWN, HOME, END, PAGEUP, PGUP, PAGEDOWN, PGDN, SPACE, TAB, or ENTER.

For example, you can use the following formats:

  • Ctrl+F10

  • Alt+A

  • Ctrl+ INSERT

  • Ctrl+Alt+0x221

The syntax is not case-sensitive.