diff options
author | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2016-09-12 20:30:50 +0900 |
---|---|---|
committer | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2016-09-12 20:51:04 +0900 |
commit | 7c2671b1f7df2ef8d250720b703e5e8a29ee1a98 (patch) | |
tree | e917a5de1d3258750224656bf7d9b0a3874dba47 /config/default | |
parent | a098ea0f3da5310f1e3d78315af72558c6830435 (diff) |
config: Add Escape key binding to naviframe.
Naviframe item is popped when Escape key is pressed.
Diffstat (limited to 'config/default')
-rw-r--r-- | config/default/base.src.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config/default/base.src.in b/config/default/base.src.in index 089a4a4e30..9e05df6e19 100644 --- a/config/default/base.src.in +++ b/config/default/base.src.in | |||
@@ -1,5 +1,5 @@ | |||
1 | group "Elm_Config" struct { | 1 | group "Elm_Config" struct { |
2 | value "config_version" int: 131083; | 2 | value "config_version" int: 131084; |
3 | value "engine" string: ""; | 3 | value "engine" string: ""; |
4 | value "vsync" uchar: 0; | 4 | value "vsync" uchar: 0; |
5 | value "thumbscroll_enable" uchar: 1; | 5 | value "thumbscroll_enable" uchar: 1; |
@@ -1987,6 +1987,12 @@ group "Elm_Config" struct { | |||
1987 | value "action" string: "top_item_get"; | 1987 | value "action" string: "top_item_get"; |
1988 | value "params" string: ""; | 1988 | value "params" string: ""; |
1989 | } | 1989 | } |
1990 | group "Elm_Config_Binding_Key" struct { | ||
1991 | value "context" int: 0; | ||
1992 | value "key" string: "Escape"; | ||
1993 | value "action" string: "item_pop"; | ||
1994 | value "params" string: ""; | ||
1995 | } | ||
1990 | } | 1996 | } |
1991 | } | 1997 | } |
1992 | group "Elm_Config_Bindings_Widget" struct { | 1998 | group "Elm_Config_Bindings_Widget" struct { |