mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
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
13 lines
288 B
Text
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"
|