mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
This change groups similar tests together. Also update `build.sh` to compile .js files. Follow-up-of: #15341 Test-bot: skip
14 lines
318 B
Text
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'
|