Add home key as IME hide key 12/302012/3
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 29 Nov 2023 08:01:51 +0000 (17:01 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 12 Jan 2024 05:30:31 +0000 (14:30 +0900)
Change-Id: Ifa2ba34dcb174d9b64e068fff276ac07cee9890b
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
ism/extras/wayland_immodule/wayland_imcontext.c

index 963e741..5d72a68 100644 (file)
@@ -206,6 +206,7 @@ static LanguageInfo __language_infos [] = {
 
 static const char *hide_keys [] = {
     "Escape",
+    "XF86Home", // HOME KEY
     "XF86Back", // BACK_KEY
     "XF86Stop"  // OLD_BACK_KEY
 };