I have connected a matrix keyboard to NetDCU. The matrix keyboard has now ESC/ENTER key. When i start touch calibration, i will be asked to press ESC or ENTER key. Can this be changed ?
-
-
The touch calibration screen has two different modes. One for devices with keyboard and one for devices without a keyboard. You can toggle between this two modes by changing the following registry setting:
The following table shows the additional values that the HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\KEYBD\Status subkey can have.0x0001 : Indicates whether or not the system has keyboard hardware.
0x0002 : Indicates whether or not the keyboard hardware is enabled. This bit is assumed to be set but can be modified with EnableHardwareKeyboard.
0x0004 : Indicates whether or not the keyboard hardware has ENTER and ESC buttons.
0x0008 : Indicates whether or not the keyboard hardware has alphanumeric buttons. -
Hallo,
ich habe selbiges Problem.
An die NetDCU8 ist kein Keyboard angeschlossen, nur ein LCD mit Touch.jedoch hat der Registry Eintrag HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\KEYBD
bei meiner NetDCU8 keinen Eintrag "STATUS"
Kann dieser manuell hinzugefügt werden damit beim Touch kalibrieren ein ENTER / ESC button erscheint.HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\KEYBD hat nur folgende Einträge (eVC++4.0 remote registry editor)
CalVKey=0
ContLessVKey=0
ContMoreVKey=0
TaskManVKey=46
DriverName=KbdMatrixUS.dllEric Boger
-
Hallo
fügen Sie mit ndcucfg diesen Wert der Registry hinzu.
reg open \HARDWARE\DEVICEMAP\KEYBD
reg set val Status dword 0
reg saveNach dem Speicehrn müssen Sie das Board neu starten.
DKuhne.