mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 08:37:42 +00:00
Update core/tests/unit/ldml/ldml.cpp
Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
parent
4433d85a82
commit
fceebaed76
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ apply_action(
|
|||
std::cout << "action: context invalidated (markers cleared)" << std::endl;
|
||||
break;
|
||||
case KM_KBP_IT_EMIT_KEYSTROKE:
|
||||
std::cout << "action: emit kestroke" << std::endl;
|
||||
std::cout << "action: emit keystroke" << std::endl;
|
||||
break;
|
||||
case KM_KBP_IT_CAPSLOCK:
|
||||
std::cout << "action: capsLock " << act.capsLock << std::endl;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue