projects
/
platform
/
core
/
uifw
/
mmi-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b80074
)
Add grid mode activation command
17/281717/1
author
Suyeon Hwang
<stom.hwang@samsung.com>
Wed, 21 Sep 2022 04:15:10 +0000
(13:15 +0900)
committer
Tizen AI
<ai.tzn.sec@samsung.com>
Wed, 21 Sep 2022 04:44:33 +0000
(13:44 +0900)
Change-Id: Ic465aee253c15f292e95d276343f58fcab0fae4b
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
src/mmimgr/iu/VoiceTouchEngine.cpp
patch
|
blob
|
history
diff --git
a/src/mmimgr/iu/VoiceTouchEngine.cpp
b/src/mmimgr/iu/VoiceTouchEngine.cpp
index a5e2025467af5967d180b6e78bf8b4b7422c2d64..9a4bdd364d6161346d02d81ec15b1cf78ac6f03f 100644
(file)
--- a/
src/mmimgr/iu/VoiceTouchEngine.cpp
+++ b/
src/mmimgr/iu/VoiceTouchEngine.cpp
@@
-34,7
+34,7
@@
static const string __SHOW_GRID_INVOCATION = "show grid";
static const vector<string> __SHOW_NUMBER_KOKR = {"힌트 보여줘", "숫자 힌트 보여줘", "숫자 보여줘", "숫자"};
static const vector<string> __SHOW_LABEL_KOKR = {"힌트 메세지 보여줘", "텍스트 보여줘", "텍스트", "텍스트 힌트 보여줘"};
-static const vector<string> __SHOW_GRID_KOKR = {"그리드", "그리드 모드", "그리드로 보여줘"};
+static const vector<string> __SHOW_GRID_KOKR = {"그리드", "그리드 모드", "그리드로 보여줘"
, "그리드 보여줘"
};
static const int __DEFAULT_DISPLAY_WIDTH = 1920;
static const int __DEFAULT_DISPLAY_HEIGHT = 1080;