You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kaleidoscope/tests/issues/970/test.ktest

27 lines
550 B

VERSION 1
KEYSWITCH A 2 1
# ==============================================================================
NAME Issue 970 Qukeys min prior interval overflow
PRESS A
RUN 10 ms
RELEASE A
RUN 1 cycle
EXPECT keyboard-report Key_A # Report should contain only `A`
EXPECT keyboard-report empty # Report should be empty
RUN 65536 ms
PRESS A
RUN 1 cycle
RUN 200 ms # hold timeout is 200 ms
EXPECT keyboard-report Key_LeftGui # Report should contain only `LeftGui`
RUN 10 ms
RELEASE A
RUN 1 cycle
EXPECT keyboard-report empty # Report should be empty