spiegel-keyman/common/test/keyboards/baseline/k_0200___ralt.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

17 lines
402 B
Text

store(&NAME) '0200 - ralt'
c Description: Tests Right Alt processing: requires Ctrl+Alt simulation off.
c env.simulate_altgr: 0
c keys: [RALT K_A][RALT K_O][LCTRL LALT K_A][LCTRL LALT K_O]
c expected: \u05d6\u05e8\u0062\u0063
c context:
store(&VERSION) '9.0'
begin Unicode > use(main)
group(main) using keys
+ [RAlt K_A] > U+05D6
+ [RAlt K_O] > U+05E8
+ [Ctrl Alt K_A] > "b"
+ [Ctrl Alt K_O] > "c"