From ef66bd86700476ba47c91bb2affb7398f9ba7f03 Mon Sep 17 00:00:00 2001 From: Jee-Yong Um Date: Tue, 2 Feb 2016 19:57:20 +0900 Subject: elm_hoversel: add "escape" key action to dismiss Summary: To allow to dismiss hoversel expansion without selecting item by key, "escape" key action is added. Test Plan: elementary_test -to hoversel Reviewers: Jaehyun_Cho, cedric, divyesh Reviewed By: divyesh Differential Revision: https://phab.enlightenment.org/D3627 --- config/default/base.src.in | 6 ++++++ config/mobile/base.src.in | 6 ++++++ config/standard/base.src.in | 6 ++++++ 3 files changed, 18 insertions(+) (limited to 'config') diff --git a/config/default/base.src.in b/config/default/base.src.in index e86f7d8ee..6a488c41b 100644 --- a/config/default/base.src.in +++ b/config/default/base.src.in @@ -430,6 +430,12 @@ group "Elm_Config" struct { value "action" string: "activate"; value "params" string: ""; } + group "Elm_Config_Binding_Key" struct { + value "context" int: 0; + value "key" string: "Escape"; + value "action" string: "escape"; + value "params" string: ""; + } } } group "Elm_Config_Bindings_Widget" struct { diff --git a/config/mobile/base.src.in b/config/mobile/base.src.in index a588aa165..d3ec42ec0 100644 --- a/config/mobile/base.src.in +++ b/config/mobile/base.src.in @@ -434,6 +434,12 @@ group "Elm_Config" struct { value "action" string: "activate"; value "params" string: ""; } + group "Elm_Config_Binding_Key" struct { + value "context" int: 0; + value "key" string: "Escape"; + value "action" string: "escape"; + value "params" string: ""; + } } } group "Elm_Config_Bindings_Widget" struct { diff --git a/config/standard/base.src.in b/config/standard/base.src.in index 0bb42ce81..6e8196c16 100644 --- a/config/standard/base.src.in +++ b/config/standard/base.src.in @@ -431,6 +431,12 @@ group "Elm_Config" struct { value "action" string: "activate"; value "params" string: ""; } + group "Elm_Config_Binding_Key" struct { + value "context" int: 0; + value "key" string: "Escape"; + value "action" string: "escape"; + value "params" string: ""; + } } } group "Elm_Config_Bindings_Widget" struct { -- cgit v1.2.1