TW.app.keyboardInputInterval
Property that in QtScript appears to both set and read the keyboardInputInterval in milli seconds.
This property holds the time limit in milliseconds that distinguishes a key press from two consecutive key presses.
The default value on X11 is 400 milliseconds. On Windows and Mac OS, the operating system's value is used.
See http://doc.qt.nokia.com/latest/qapplication.html#keyboardInputInterval-prop
Under Xp setting is also 400 twPan.alert(TW.app.keyboardInputInterval);
TW.app.keyboardInputInterval = 300;
twPan.alert(TW.app.keyboardInputInterval);
TW.app.keyboardInputInterval = 400;
... Appears to work.
Created with the Personal Edition of HelpNDoc: Free HTML Help documentation generator