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/standard | |
parent | a098ea0f3da5310f1e3d78315af72558c6830435 (diff) |
config: Add Escape key binding to naviframe.
Naviframe item is popped when Escape key is pressed.
Diffstat (limited to 'config/standard')
-rw-r--r-- | config/standard/base.src.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config/standard/base.src.in b/config/standard/base.src.in index 2bbb5aa1f7..e628f8274d 100644 --- a/config/standard/base.src.in +++ b/config/standard/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: 0; | 5 | value "thumbscroll_enable" uchar: 0; |
@@ -1988,6 +1988,12 @@ group "Elm_Config" struct { | |||
1988 | value "action" string: "top_item_get"; | 1988 | value "action" string: "top_item_get"; |
1989 | value "params" string: ""; | 1989 | value "params" string: ""; |
1990 | } | 1990 | } |
1991 | group "Elm_Config_Binding_Key" struct { | ||
1992 | value "context" int: 0; | ||
1993 | value "key" string: "Escape"; | ||
1994 | value "action" string: "item_pop"; | ||
1995 | value "params" string: ""; | ||
1996 | } | ||
1991 | } | 1997 | } |
1992 | } | 1998 | } |
1993 | group "Elm_Config_Bindings_Widget" struct { | 1999 | group "Elm_Config_Bindings_Widget" struct { |