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/features/layers/mod-layer/test.ktest

77 lines
1.0 KiB

VERSION 1
KEYSWITCH QML 1 1
KEYSWITCH A 0 1
KEYSWITCH MLB 3 6
# ==============================================================================
NAME Foo
RUN 4 ms
PRESS A
RUN 1 cycle
EXPECT keyboard-report Key_1
RUN 4 ms
RELEASE A
RUN 1 cycle
EXPECT keyboard-report empty
RUN 4 ms
PRESS MLB
RUN 1 cycle
EXPECT keyboard-report Key_LeftShift
RUN 4 ms
PRESS A
RUN 1 cycle
EXPECT keyboard-report Key_LeftShift Key_B
RUN 4 ms
RELEASE A
RUN 1 cycle
EXPECT keyboard-report Key_LeftShift
RUN 4 ms
RELEASE MLB
RUN 1 cycle
EXPECT keyboard-report empty
RUN 4 ms
PRESS A
RUN 1 cycle
EXPECT keyboard-report Key_1
RUN 4 ms
RELEASE A
RUN 1 cycle
EXPECT keyboard-report empty
RUN 5 ms
# ==============================================================================
NAME Qukeys ModLayer
RUN 4 ms
PRESS QML
RUN 1 cycle
RUN 4 ms
PRESS A
RUN 1 cycle
RUN 4 ms
RELEASE A
RUN 1 cycle
EXPECT keyboard-report Key_LeftGui
EXPECT keyboard-report Key_LeftGui Key_B
EXPECT keyboard-report Key_LeftGui
RUN 4 ms
RELEASE QML
RUN 1 cycle
EXPECT keyboard-report empty
RUN 5 ms