|
|
|
|
|
CapsLockVerify (Function) In french: CapsLockVérifie Checks whether the CapsLock key is pressed. Warning This function must only be used in the onkeypress browser code. The check will be performed when the first letter is typed.
IF CapsLockVerify() = True THEN Info("La touche CapsLock est enfoncée.")
Syntax
<Result> = CapsLockVerify()
<Result>: Boolean - True if the CapsLock key is pressed,
- False otherwise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|