Sets the confirmation time for keystrokes when ALTERNATE_SHIFT_MODE is specified.

Syntax

unsigned short SetKeyinputTimer(
  unsigned short time
);

Parameters

time
[in] Set the key confirmation time in SHIFT mode.
ValueDescription
500 ms (KINPUT_CHECK_MIN) or more,
2000 ms (KINPUT_CHECK_MAX) or less
Specifies the keystroke confirmation time in milliseconds.
 Values other than the above return the current keystroke confirmation time.
 The setting is converted in 20 msec increments.

Return value

Returns the keystroke confirmation time after the change.

Remarks

Set the confirmation time for keystrokes when ALTERNATE_SHIFT_MODE is specified by the SetKeyinputMode function.

Requirements

Header file:
lib.h
Library file:
libSTARTUPOPH5000.a

Last updated: 2022/03/10