Tweak Japanese input source needle to avoid false match

The main screen now also has identical "Japanese" (that's what it
says) text. To avoid false matching before the picker opens, add
another match area.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-08-03 10:46:37 -07:00
parent 7d14da3746
commit 7eb4e29f73
1 changed files with 21 additions and 14 deletions

View File

@ -1,15 +1,22 @@
{
"area": [
{
"xpos": 488,
"ypos": 478,
"width": 49,
"height": 22,
"type": "match"
}
],
"properties": [],
"tags": [
"desktop_input_source_japanese"
]
{
"area": [
{
"height": 22,
"type": "match",
"width": 49,
"xpos": 488,
"ypos": 478
},
{
"height": 17,
"type": "match",
"width": 77,
"xpos": 450,
"ypos": 187
}
],
"properties": [],
"tags": [
"desktop_input_source_japanese"
]
}