×
Menu
Index
Key Setting
 
i.     How to disable the Numbers / Characters Switch key.
In M3 T, F2 functions to switch between numbers and characters.
Follow below steps to disable F2 function.
Move to StartSettingsControl PanelKeypad option.
Set function assignment for F2 to.
 
ii.     How to use F5 key instead of F4 key?
 
Please modify the registry value as below.
dword [HKEY_LOCAL_MACHINESystemMobileCompiaKeyPadF4] Enable: 1
dword [HKEY_LOCAL_MACHINESystemMobileCompiaKeyPadF4] Flags: 0
dword [HKEY_LOCAL_MACHINESystemMobileCompiaKeyPadF4] VKey: 116
Furthermore other keys are available to switch mapping by referring to below link path.
key code of F5 is 116. Therefore, I have set F4 to 116 and it worked
 
iii.     How to figure out the each Virtual Key value?
 
Please download KeyMonitor program and place into the device.
When any key pressed, each key value will be shown up as up/down for each purpose.
 
With this key value you need to develop the wedge program(key value transformed) for your goal.