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/673/test.ktest

60 lines
871 B

VERSION 1
KEYSWITCH OS_SFT 0 0
KEYSWITCH OS_CTL 0 1
KEYSWITCH A 1 0
KEYSWITCH B 1 1
# ==============================================================================
NAME Issue 673
RUN 4 ms
PRESS OS_CTL
RUN 1 cycle
EXPECT keyboard-report Key_LeftControl # report: { e0 }
RUN 4 ms
RELEASE OS_CTL
RUN 1 cycle
RUN 4 ms
PRESS OS_CTL
RUN 1 cycle
RUN 4 ms
RELEASE OS_CTL
RUN 1 cycle
RUN 100 ms
RUN 4 ms
PRESS OS_SFT
RUN 1 cycle
EXPECT keyboard-report Key_LeftControl Key_LeftShift # report: { e0 e1 }
RUN 4 ms
RELEASE OS_SFT
RUN 1 cycle
RUN 4 ms
PRESS OS_SFT
RUN 1 cycle
RUN 4 ms
RELEASE OS_SFT
RUN 1 cycle
RUN 100 ms
RUN 4 ms
PRESS A
RUN 1 cycle
EXPECT keyboard-report Key_LeftControl Key_LeftShift Key_A # report: { 4 e0 e1 }
RUN 4 ms
RELEASE A
RUN 1 cycle
EXPECT keyboard-report Key_LeftControl Key_LeftShift # report: { e0 e1 }
RUN 5 ms