Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>pull/1024/head
parent
ba65bf46d2
commit
fb95769250
@ -1,25 +1,27 @@
|
|||||||
NAME Issue 970 Qukeys min prior interval overflow
|
VERSION 1
|
||||||
|
|
||||||
KEYSWITCH A 2 1
|
KEYSWITCH A 2 1
|
||||||
|
|
||||||
|
# ==============================================================================
|
||||||
|
NAME Issue 970 Qukeys min prior interval overflow
|
||||||
|
|
||||||
PRESS A
|
PRESS A
|
||||||
RUN 10 ms
|
RUN 10 ms
|
||||||
|
|
||||||
RELEASE A
|
RELEASE A
|
||||||
RUN 1 cycle
|
RUN 1 cycle
|
||||||
EXPECT keyboard-report Key_A # Report should contain only `A`
|
EXPECT keyboard-report Key_A # Report should contain only `A`
|
||||||
RUN 2 cycles
|
|
||||||
EXPECT keyboard-report empty # Report should be empty
|
EXPECT keyboard-report empty # Report should be empty
|
||||||
|
|
||||||
RUN 65536 ms
|
RUN 65536 ms
|
||||||
|
|
||||||
PRESS A
|
PRESS A
|
||||||
RUN 202 ms
|
RUN 1 cycle
|
||||||
|
RUN 200 ms # hold timeout is 200 ms
|
||||||
|
RUN 1 ms
|
||||||
EXPECT keyboard-report Key_LeftGui # Report should contain only `LeftGui`
|
EXPECT keyboard-report Key_LeftGui # Report should contain only `LeftGui`
|
||||||
|
|
||||||
RUN 10 ms
|
RUN 10 ms
|
||||||
|
|
||||||
RELEASE A
|
RELEASE A
|
||||||
# I'm not sure why it takes 2 cycles before the report is sent
|
RUN 1 cycle
|
||||||
RUN 2 cycles
|
|
||||||
EXPECT keyboard-report empty # Report should be empty
|
EXPECT keyboard-report empty # Report should be empty
|
||||||
|
Loading…
Reference in new issue