language-terminal: Place keyboards in a sub-path

This commit is contained in:
Dorota Czaplejewicz
2021-04-01 15:33:17 +00:00
parent d289129404
commit 36d4f6726c
6 changed files with 35 additions and 451 deletions

View File

@ -139,7 +139,7 @@ eekboard_context_service_use_layout(EekboardContextService *context, struct sque
// overlay is "Normal" for most layouts, we will only look for "terminal" in rust code.
// for now just avoid passing a null pointer
if (overlay_name == NULL) {
overlay_name = "Normal"; // fallback to Normal
overlay_name = ""; // fallback to Normal
}
// generic part follows