lv_kb: Enter key name fix

This commit is contained in:
Gabor Kiss-Vamosi
2017-10-31 17:10:10 +01:00
parent 0646509b9a
commit c13507ae0c

View File

@@ -41,7 +41,7 @@ static const char * kb_map_lc[] = {
static const char * kb_map_uc[] = {
"\2051#", "\204Q", "\204W", "\204E", "\204R", "\204T", "\204Y", "\204U", "\204I", "\204O", "\204P", "\207Del", "\n",
"\206abc", "\203A", "\203S", "\203D", "\203F", "\203G", "\203H", "\203J", "\203K", "\203L", "\2070Enter", "\n",
"\206abc", "\203A", "\203S", "\203D", "\203F", "\203G", "\203H", "\203J", "\203K", "\203L", "\207Enter", "\n",
"_", "-", "Z", "X", "C", "V", "B", "N", "M", ".", ",", ":", "\n",
"\203Hide", "\203Left", "\206 ", "\203Right", "\203Ok", ""
};