Update testcase for cancelled AutoShift

Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>
pull/1075/head
Michael Richters 3 years ago
parent c66d252cae
commit d1d8d5a41c
No known key found for this signature in database
GPG Key ID: 1288FD13E4EEF0C0

@ -18,29 +18,29 @@ RUN 1 cycle
RUN 4 ms
PRESS B
RUN 1 cycle
EXPECT keyboard-report Key_A # report: { 4 }
RUN 4 ms
PRESS C
RUN 1 cycle
EXPECT keyboard-report Key_A Key_B # report: { 4 5 }
RUN 4 ms
PRESS D
RUN 1 cycle
EXPECT keyboard-report Key_A Key_B Key_C # report: { 4 5 6 }
RUN 4 ms
RELEASE A
RUN 1 cycle
EXPECT keyboard-report Key_A # report: { 4 }
RUN 4 ms
RELEASE B
RUN 1 cycle
EXPECT keyboard-report Key_A Key_B # report: { 4 5 }
RUN 4 ms
RELEASE C
RUN 1 cycle
EXPECT keyboard-report Key_A Key_B Key_C # report: { 4 5 6 }
RUN 4 ms
RELEASE D

Loading…
Cancel
Save