Font, Touchindex, Press – PrehKeyTec MCI TouchKey User Manual

Page 16: Startlayer, Buttonvalue, Vk_code, Make

Advertising
background image

<font>

Describes index of the font being used. The fonts have to be loaded on the flash
memory of the TouchKey before they can be used. The a user defined. The list below
shows the default font found in each MCI TouchKey:

0 Verdana 8 pt fat
1 Verdana 8 pt
2 Verdana 20 pt fat
3 Verdana 12 pt fat
4 MS Sans Serif 18 pt fat
5 MS Sans Serif 12 pt
6 Verdana 10 pt fat
7 Verdana 14 pt fat
8 Verdana 16 pt fat

Example: <font>0</font>

<touchindex>

This defines the of the touch field. Multiple buttons (keys) with different text
descriptions have to have specific indexes in order to be used.
The value range is: 0-63
A value of 255 automatically takes the next free index.

Example: <touchindex>1</touchindex>

<press>

Sends key codes when pressed (True) or released (false).

Example: <press>true</press>

<startlayer>

The name of the layout that is started when the button is pressed.

Example: <startlayer>drinks</startlayer>

<buttonvalue>

This section defines virtual key codes and scan codes. A 0 is always required at the
end of each block. Please see the description of "Scan codes" and "virtual keys" at
the end of this document.

<vk_code>

Virtual key code of the key. The decimal number is used for entering the value.

Example: <vk_code>49</vk_code>

<make>

Indicates if a make- (true) or break- (false) gets sent.

Example: <make>true</make>

PrehKeyTec GmbH

MCI_TouchKey_TechDoc_RevC_en.doc - 2011-02-09

Page 16/40

Advertising