spiegel-keyman/common/test/keyboards/baseline/k_0203___generic_ctrlalt.kmn
Eberhard Beilharz 6de40e903b
test(common): better group baseline tests
This change groups similar tests together. Also update `build.sh` to
compile .js files.

Follow-up-of: #15341
Test-bot: skip
2025-12-15 18:12:01 +01:00

14 lines
318 B
Text

store(&NAME) '0203 - generic ctrlalt'
c Description: Tests generic alt and control (Unicode)
c keys: [K_A][K_A][LCTRL K_B][K_A][LALT K_C][K_A][RCTRL K_B][K_A][RALT K_C]
c expected: abcbc
c context:
store(&version) '6.0'
begin Unicode > use(Main)
group(Main) using keys
'a' + [CTRL K_B] > 'b'
'a' + [ALT K_C] > 'c'