[code] Keyboard events translation, for script or command edition.

For instance, the "power" event should insert "**" in the text, not "^".
Added a universal i18n file in apps/code.

Change-Id: I5d067b0c5b86590af95aa98856522d54e42acba6
This commit is contained in:
Léa Saviot
2017-10-30 15:10:46 +01:00
committed by Romain Goyet
parent 681be23c30
commit b7baec4a40
10 changed files with 100 additions and 7 deletions

View File

@@ -2,6 +2,7 @@
#define CODE_APP_H
#include <escher.h>
#include <ion/events.h>
#include "../shared/message_controller.h"
#include "menu_controller.h"
#include "script_store.h"