Preh mci touchkey Manual Suplementario

Descargar
Página de 40
 
PrehKeyTec GmbH 
TK-TechDoc_RevB_en.doc - 2008-07-31 
Page  17/40 
<scan_code> 
The scan code for the key. The decimal number for the value is used. This block also 
ends with a 0 scan code. 
 
Example: <buttonvalue> 
                
<vk_code>49</vk_code> 
                     <make>true</make> 
                     <scan_code>2</scan_code> 
                     <scan_code>0</scan_code> 
               </buttonvalue> 
               <buttonvalue> 
    
            <vk_code>49</vk_code> 
               
 <make>false</make> 
    
            <scan_code>2</scan_code> 
               
 <scan_code>0</scan_code> 
               </buttonvalue> 
               <buttonvalue> 
    
           <vk_code>0</vk_code> 
                
<make>false</make> 
                
<scan_code>0</scan_code> 
               </buttonvalue> 
 
Layout example 
 
 
The example layout on the left 
shows a key (button) with the 
label "TEST" and has the 
following characteristics:  
-  Sends key code when 
pressed 
-  Frame with a shadow 
-  Round corners of frame  
-  Invert button when 
pressed 
-  Generate a click when 
button is pressed 
 
A press of the button outputs a 
key code sequence "Test".