Intrinsics-201 SetKeyboardParams |
Top Previous Next |
201: SetKeyboardParams(Delay, Speed);
This Instrinic sets information about the keyboard dynamics. The following values can be set:
Delay: This is the delay before the keyboard begins responding a key press. The values can range from 0 to 3; 0 means no delay, 3 means maximum delay;
Speed: This is the repetition rate when a key is held down so it begins auto repeating. The values can range from 1 to 31 - 1 means one character per second; 31 means 31 characters per second.
Note: Since these values are system-wide and affect all program running on the computer, EXPL saves the current settings when it starts up and restores them when the program shuts down.
|