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.
26 lines
497 B
26 lines
497 B
4 years ago
|
NAME Issue 970 Qukeys min prior interval overflow
|
||
|
|
||
|
KEYSWITCH A 2 1
|
||
|
|
||
|
PRESS A
|
||
|
RUN 10 ms
|
||
|
|
||
|
RELEASE A
|
||
|
RUN 1 cycle
|
||
|
EXPECT keyboard-report Key_A # Report should contain only `A`
|
||
|
RUN 1 cycle
|
||
|
EXPECT keyboard-report empty # Report should be empty
|
||
|
|
||
|
RUN 65536 ms
|
||
|
|
||
|
PRESS A
|
||
|
RUN 201 ms
|
||
|
EXPECT keyboard-report Key_LeftGui # Report should contain only `LeftGui`
|
||
|
|
||
|
RUN 10 ms
|
||
|
|
||
|
RELEASE A
|
||
|
# I'm not sure why it takes 2 cycles before the report is sent
|
||
|
RUN 2 cycles
|
||
|
EXPECT keyboard-report empty # Report should be empty
|