diff options
author | Jaeun Choi <jaeun12.choi@samsung.com> | 2014-04-15 13:58:01 +0900 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2014-04-15 13:58:01 +0900 |
commit | 820f3dc907250c0c08ed8431b50567e58d6dab5c (patch) | |
tree | a994f700a5145029264e04c2878eeac788e279fe /config | |
parent | 18e9be3cb1e05f2c61488ddbebfd9687110a77bf (diff) |
fileselector: apply key binding
Summary: This patch applies key binding to elm_fileselector.
Test Plan: elementary_test > fileselector > check key events
Reviewers: Hermet, raster
Differential Revision: https://phab.enlightenment.org/D728
Diffstat (limited to 'config')
-rw-r--r-- | config/default/base.src | 23 | ||||
-rw-r--r-- | config/mobile/base.src | 23 | ||||
-rw-r--r-- | config/standard/base.src | 23 |
3 files changed, 69 insertions, 0 deletions
diff --git a/config/default/base.src b/config/default/base.src index a4170355d..2ec352758 100644 --- a/config/default/base.src +++ b/config/default/base.src | |||
@@ -249,6 +249,29 @@ group "Elm_Config" struct { | |||
249 | } | 249 | } |
250 | group "bindings" list { | 250 | group "bindings" list { |
251 | group "Elm_Config_Bindings_Widget" struct { | 251 | group "Elm_Config_Bindings_Widget" struct { |
252 | value "name" string: "Elc_Fileselector"; | ||
253 | group "key_bindings" list { | ||
254 | group "Elm_Config_Binding_Key" struct { | ||
255 | value "context" int: 0; | ||
256 | value "key" string: "Return"; | ||
257 | value "action" string: "select"; | ||
258 | value "params" string: ""; | ||
259 | } | ||
260 | group "Elm_Config_Binding_Key" struct { | ||
261 | value "context" int: 0; | ||
262 | value "key" string: "KP_Enter"; | ||
263 | value "action" string: "select"; | ||
264 | value "params" string: ""; | ||
265 | } | ||
266 | group "Elm_Config_Binding_Key" struct { | ||
267 | value "context" int: 0; | ||
268 | value "key" string: "Escape"; | ||
269 | value "action" string: "escape"; | ||
270 | value "params" string: ""; | ||
271 | } | ||
272 | } | ||
273 | } | ||
274 | group "Elm_Config_Bindings_Widget" struct { | ||
252 | value "name" string: "Elm_Button"; | 275 | value "name" string: "Elm_Button"; |
253 | group "key_bindings" list { | 276 | group "key_bindings" list { |
254 | group "Elm_Config_Binding_Key" struct { | 277 | group "Elm_Config_Binding_Key" struct { |
diff --git a/config/mobile/base.src b/config/mobile/base.src index 6efe5848d..5e6d1b8e4 100644 --- a/config/mobile/base.src +++ b/config/mobile/base.src | |||
@@ -253,6 +253,29 @@ group "Elm_Config" struct { | |||
253 | } | 253 | } |
254 | group "bindings" list { | 254 | group "bindings" list { |
255 | group "Elm_Config_Bindings_Widget" struct { | 255 | group "Elm_Config_Bindings_Widget" struct { |
256 | value "name" string: "Elc_Fileselector"; | ||
257 | group "key_bindings" list { | ||
258 | group "Elm_Config_Binding_Key" struct { | ||
259 | value "context" int: 0; | ||
260 | value "key" string: "Return"; | ||
261 | value "action" string: "select"; | ||
262 | value "params" string: ""; | ||
263 | } | ||
264 | group "Elm_Config_Binding_Key" struct { | ||
265 | value "context" int: 0; | ||
266 | value "key" string: "KP_Enter"; | ||
267 | value "action" string: "select"; | ||
268 | value "params" string: ""; | ||
269 | } | ||
270 | group "Elm_Config_Binding_Key" struct { | ||
271 | value "context" int: 0; | ||
272 | value "key" string: "Escape"; | ||
273 | value "action" string: "escape"; | ||
274 | value "params" string: ""; | ||
275 | } | ||
276 | } | ||
277 | } | ||
278 | group "Elm_Config_Bindings_Widget" struct { | ||
256 | value "name" string: "Elm_Button"; | 279 | value "name" string: "Elm_Button"; |
257 | group "key_bindings" list { | 280 | group "key_bindings" list { |
258 | group "Elm_Config_Binding_Key" struct { | 281 | group "Elm_Config_Binding_Key" struct { |
diff --git a/config/standard/base.src b/config/standard/base.src index c65abfac7..f044de9eb 100644 --- a/config/standard/base.src +++ b/config/standard/base.src | |||
@@ -250,6 +250,29 @@ group "Elm_Config" struct { | |||
250 | } | 250 | } |
251 | group "bindings" list { | 251 | group "bindings" list { |
252 | group "Elm_Config_Bindings_Widget" struct { | 252 | group "Elm_Config_Bindings_Widget" struct { |
253 | value "name" string: "Elc_Fileselector"; | ||
254 | group "key_bindings" list { | ||
255 | group "Elm_Config_Binding_Key" struct { | ||
256 | value "context" int: 0; | ||
257 | value "key" string: "Return"; | ||
258 | value "action" string: "select"; | ||
259 | value "params" string: ""; | ||
260 | } | ||
261 | group "Elm_Config_Binding_Key" struct { | ||
262 | value "context" int: 0; | ||
263 | value "key" string: "KP_Enter"; | ||
264 | value "action" string: "select"; | ||
265 | value "params" string: ""; | ||
266 | } | ||
267 | group "Elm_Config_Binding_Key" struct { | ||
268 | value "context" int: 0; | ||
269 | value "key" string: "Escape"; | ||
270 | value "action" string: "escape"; | ||
271 | value "params" string: ""; | ||
272 | } | ||
273 | } | ||
274 | } | ||
275 | group "Elm_Config_Bindings_Widget" struct { | ||
253 | value "name" string: "Elm_Button"; | 276 | value "name" string: "Elm_Button"; |
254 | group "key_bindings" list { | 277 | group "key_bindings" list { |
255 | group "Elm_Config_Binding_Key" struct { | 278 | group "Elm_Config_Binding_Key" struct { |