Setup Menus

button. Each level can be assigned a title which will be displayed under the Level button by entering up to eight characters in the Title box.

The soft buttons can be removed from the display by setting the Visible Levels option to 0.

You can display the soft buttons in a separate window by deselecting the Attached option. If you close the Soft Buttons window, you can display it again by setting the Visible Levels option to anything other than 0, then clicking OK. The current position and size of the Soft Buttons window can be saved so that it is displayed the same way the next time TeemTalk is loaded. To do this, select the Save Session As option in the File menu, make sure the Soft Buttons option is checked, then click OK.

ProgrammingASoftButton

1.Select the Level number.

2.Select the Button number.

3.Check the Local check box to make the button definition action locally, or uncheck it to transmit the definition to the host when the button is pressed.

4.Enter a Name to be displayed on the button, up to ten characters long.

5.Enter the button definition in the Command box, or make a selection from the list of Predefined Macros then click Apply.

6.Click the Add button to accept the definition. The new definition will be added to the Current Definitions list.

7.To save the definitions, click OK to exit, then select Save Session As in the File menu, make sure the Soft Buttons box is checked, then click OK.

KeyCombinations&Sequences

You can program a soft button to perform the function of a combination or sequence of keys. For example, you can cause a button to perform the same function as pressing the keys Alt + F4 together, or pressing the keys F2 then F3 then F4.

Keys are identified by their virtual key names as listed in the Virtual Key Names appendix. The virtual key name has to be enclosed by the < and > characters in the key definition text box. You may omit the VK_ and VT_ (etc.) parts of the virtual key name.

To program a soft button so that it performs the same function as pressing two or more other keys together, type the < character followed by the virtual key names linked together with + (plus sign) characters and ending with the > character.

6-101