WinCEGeräte_Handbuch_Administration_v2 00_en
23 / 84
2.3.4 Keyboard lock
Press and hold down the F4 key to lock the keyboard (M260SE alphabetic keyboard: key with key icon). The
keyb.ini file contains the following functions to manage the keyboard lock in [KeyLock]:
Key
Function
[KeyLock]
Identifier for KeyLock section
KeyLockTime
Time in ms until keyboard lock/unlock. 0 disables mechanism
(default)
KeyLockDisplaySize
Height of lock prompt window, default 32. 0 disables the
appearance of the window
KeyLockDisplayColBg
Lock prompt window, background colour in RGB format, default
"255,255,0"
KeyLockDisplayColFg
Lock prompt window, font colour in RGB format, default "0,0,0"
KeyLockText
First line in lock prompt window, e.g. "keyboard locked"
KeyLockText2
Second line in lock prompt window, e.g. "release with F4"
keyb.ini: [KeyLock] section parameters
The program API is used to fully configure and enable the keyboard lock. See the Programming
documentation.
2.3.5 Keyboard beep
A click noise will sound in normal status when a key is pressed.
If you want to turn up the volume of the keystroke sound, a loud beep noise can be added and the
KeyBeepTime in ms adjusted accordingly.
The M210SE and M215SE devices also feature a loud beeper which can be alternatively selected.
In Keyb.ini, the [DefaultKeyboard] section must be extended as follows:
KeyBeep = 0
KeyBeepTime = 100
KeyBeep
parameter
Function
KeyBeepTime
used
Can be activated
on
0 (default)
Keystroke click only
No
All
1
Beep from an integrated speaker
No
All
2
Beep from a loud buzzer
Yes
M210SE/M215SE
keyb.ini: Key beep options