[M120 Migration][VD] Support usb keyboard special keys Wildcard Character 82/307482/3
authorfang fengrong <fr.fang@samsung.com>
Mon, 11 Mar 2024 03:09:43 +0000 (11:09 +0800)
committerYanqing Lu <yanqing.lu@samsung.com>
Wed, 13 Mar 2024 08:44:51 +0000 (08:44 +0000)
commitcd8468b85c3964dcc98873220bcde1622a022aa8
treeb840463df2b5a64cac82fd3d0046c331a8f513f9
parentf9c89d9701ea557fe29254cb953d1550646f900e
[M120 Migration][VD] Support usb keyboard special keys Wildcard Character

Some website("office 365") need use the keycode to distinguish the keys.
But now the special keys haven't added on the map, the keycode is 0,
website can not distinguish the specail keys,
cause the keys which after these specail keys been lost when change line.

Add the usb keyboard keys "~!@#$%^&*()_+`-={}|[]\:";'<>?,./" on the
windows_key_codeFromEflKey  map.

Also covert " " to "space" key for avoid page scroll.

refer:
https://review.tizen.org/gerrit/#/c/301464

Change-Id: I5077b1238e0efaa929842ac6708df15bc2a0efe0
Signed-off-by: fang fengrong <fr.fang@samsung.com>
tizen_src/chromium_impl/ui/ozone/platform/efl/efl_keycode_map.h
tizen_src/chromium_impl/ui/ozone/platform/efl/im_context_efl.cc