mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-12 03:45:34 +00:00
Decided to use the name `baseline` for this set of tests. They can be used by any project in the repo now. Tests will be treated as shared, and not modified (except in the case of a buggy test). * Moves .kmn files, add `&NAME` line (don't use meson templating for these files) * Generates reference .kmx files using kmcomp for use as a baseline with kmcmplib (kmc) tests, and for linux tests * Updates references in core, kmcmplib, and linux builds * Renames all the .kmn / .kmx to use a standardized, clean name format (this was needed for building packages in the core tests)
14 lines
318 B
Text
14 lines
318 B
Text
store(&NAME) '039 - 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'
|