spiegel-keyman/common/test/keyboards/baseline/k_0201___ralt_2.kmn
Eberhard Beilharz e6a6b75115
test(common): add new baseline test k_0202___alt.kmn
This is basically the same test as `k_0201___ralt_2.kmn` but uses
ALT instead of RALT in the rule.

Also update `k_0201___ralt_2.kmn` to be a bit more extensive.

Note: since the change in `k_0201___ralt_2.kmn` is only in the test
data, i.e. the comments, the .js and .kmx files don't change.

Related-to: #15358
Test-bot: skip
2025-12-16 16:52:13 +01:00

13 lines
288 B
Text

store(&VERSION) '9.0'
store(&NAME) '0201 - ralt 2'
c Description: Tests Right Alt processing with non-US kbds.
c keys: [K_A][K_B][K_C][RALT K_A][K_A][K_B][K_C][K_A]
c expected: abcdabca
store(&TARGETS) 'any'
begin Unicode > use(main)
group(main) using keys
'c' + [RAlt K_A] > "cd"