|
|
|
|
|
|
| using CapsLockXtra is very straightforward. | ||
| This xtra has only one function: | ||
GetCapsLockState() |
||
| This is a global function available anywhere in LINGO, there's no need
for any initialization first. The function returns 1, if the caps lock key is down, otherwise 0. |
||
| To put the state of the caps lock key into the message window call: | ||
put GetCapsLockState() |
||