diff options
author | Jaeun Choi <jaeun12.choi@samsung.com> | 2014-04-15 16:07:41 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2014-04-15 16:07:41 +0900 |
commit | 745b83706323ea30b13a23e212201dae4e22eef2 (patch) | |
tree | 0d97c791cfd072b6e750979108cded216d2a6ab4 /config | |
parent | 2b4d28114bd46ef61d3f70c80d2023bca42af3ee (diff) |
slideshow: apply key binding
Summary: This patch applies key binding to elm_slideshow.
Test Plan: None
Reviewers: Hermet, raster
Differential Revision: https://phab.enlightenment.org/D736
Diffstat (limited to 'config')
-rw-r--r-- | config/default/base.src | 47 | ||||
-rw-r--r-- | config/mobile/base.src | 47 | ||||
-rw-r--r-- | config/standard/base.src | 47 |
3 files changed, 141 insertions, 0 deletions
diff --git a/config/default/base.src b/config/default/base.src index 2f501386a..2726563e1 100644 --- a/config/default/base.src +++ b/config/default/base.src | |||
@@ -1317,5 +1317,52 @@ group "Elm_Config" struct { | |||
1317 | } | 1317 | } |
1318 | } | 1318 | } |
1319 | } | 1319 | } |
1320 | group "Elm_Config_Bindings_Widget" struct { | ||
1321 | value "name" string: "Elm_Slideshow"; | ||
1322 | group "key_bindings" list { | ||
1323 | group "Elm_Config_Binding_Key" struct { | ||
1324 | value "context" int: 0; | ||
1325 | value "key" string: "Left"; | ||
1326 | value "action" string: "move"; | ||
1327 | value "params" string: "left"; | ||
1328 | } | ||
1329 | group "Elm_Config_Binding_Key" struct { | ||
1330 | value "context" int: 0; | ||
1331 | value "key" string: "KP_Left"; | ||
1332 | value "action" string: "move"; | ||
1333 | value "params" string: "left"; | ||
1334 | } | ||
1335 | group "Elm_Config_Binding_Key" struct { | ||
1336 | value "context" int: 0; | ||
1337 | value "key" string: "Right"; | ||
1338 | value "action" string: "move"; | ||
1339 | value "params" string: "right"; | ||
1340 | } | ||
1341 | group "Elm_Config_Binding_Key" struct { | ||
1342 | value "context" int: 0; | ||
1343 | value "key" string: "KP_Right"; | ||
1344 | value "action" string: "move"; | ||
1345 | value "params" string: "right"; | ||
1346 | } | ||
1347 | group "Elm_Config_Binding_Key" struct { | ||
1348 | value "context" int: 0; | ||
1349 | value "key" string: "Return"; | ||
1350 | value "action" string: "pause"; | ||
1351 | value "params" string: ""; | ||
1352 | } | ||
1353 | group "Elm_Config_Binding_Key" struct { | ||
1354 | value "context" int: 0; | ||
1355 | value "key" string: "KP_Enter"; | ||
1356 | value "action" string: "pause"; | ||
1357 | value "params" string: ""; | ||
1358 | } | ||
1359 | group "Elm_Config_Binding_Key" struct { | ||
1360 | value "context" int: 0; | ||
1361 | value "key" string: "space"; | ||
1362 | value "action" string: "pause"; | ||
1363 | value "params" string: ""; | ||
1364 | } | ||
1365 | } | ||
1366 | } | ||
1320 | } | 1367 | } |
1321 | } | 1368 | } |
diff --git a/config/mobile/base.src b/config/mobile/base.src index a5de3c84d..79c443300 100644 --- a/config/mobile/base.src +++ b/config/mobile/base.src | |||
@@ -1321,5 +1321,52 @@ group "Elm_Config" struct { | |||
1321 | } | 1321 | } |
1322 | } | 1322 | } |
1323 | } | 1323 | } |
1324 | group "Elm_Config_Bindings_Widget" struct { | ||
1325 | value "name" string: "Elm_Slideshow"; | ||
1326 | group "key_bindings" list { | ||
1327 | group "Elm_Config_Binding_Key" struct { | ||
1328 | value "context" int: 0; | ||
1329 | value "key" string: "Left"; | ||
1330 | value "action" string: "move"; | ||
1331 | value "params" string: "left"; | ||
1332 | } | ||
1333 | group "Elm_Config_Binding_Key" struct { | ||
1334 | value "context" int: 0; | ||
1335 | value "key" string: "KP_Left"; | ||
1336 | value "action" string: "move"; | ||
1337 | value "params" string: "left"; | ||
1338 | } | ||
1339 | group "Elm_Config_Binding_Key" struct { | ||
1340 | value "context" int: 0; | ||
1341 | value "key" string: "Right"; | ||
1342 | value "action" string: "move"; | ||
1343 | value "params" string: "right"; | ||
1344 | } | ||
1345 | group "Elm_Config_Binding_Key" struct { | ||
1346 | value "context" int: 0; | ||
1347 | value "key" string: "KP_Right"; | ||
1348 | value "action" string: "move"; | ||
1349 | value "params" string: "right"; | ||
1350 | } | ||
1351 | group "Elm_Config_Binding_Key" struct { | ||
1352 | value "context" int: 0; | ||
1353 | value "key" string: "Return"; | ||
1354 | value "action" string: "pause"; | ||
1355 | value "params" string: ""; | ||
1356 | } | ||
1357 | group "Elm_Config_Binding_Key" struct { | ||
1358 | value "context" int: 0; | ||
1359 | value "key" string: "KP_Enter"; | ||
1360 | value "action" string: "pause"; | ||
1361 | value "params" string: ""; | ||
1362 | } | ||
1363 | group "Elm_Config_Binding_Key" struct { | ||
1364 | value "context" int: 0; | ||
1365 | value "key" string: "space"; | ||
1366 | value "action" string: "pause"; | ||
1367 | value "params" string: ""; | ||
1368 | } | ||
1369 | } | ||
1370 | } | ||
1324 | } | 1371 | } |
1325 | } | 1372 | } |
diff --git a/config/standard/base.src b/config/standard/base.src index 76c2d865f..10e124003 100644 --- a/config/standard/base.src +++ b/config/standard/base.src | |||
@@ -1318,5 +1318,52 @@ group "Elm_Config" struct { | |||
1318 | } | 1318 | } |
1319 | } | 1319 | } |
1320 | } | 1320 | } |
1321 | group "Elm_Config_Bindings_Widget" struct { | ||
1322 | value "name" string: "Elm_Slideshow"; | ||
1323 | group "key_bindings" list { | ||
1324 | group "Elm_Config_Binding_Key" struct { | ||
1325 | value "context" int: 0; | ||
1326 | value "key" string: "Left"; | ||
1327 | value "action" string: "move"; | ||
1328 | value "params" string: "left"; | ||
1329 | } | ||
1330 | group "Elm_Config_Binding_Key" struct { | ||
1331 | value "context" int: 0; | ||
1332 | value "key" string: "KP_Left"; | ||
1333 | value "action" string: "move"; | ||
1334 | value "params" string: "left"; | ||
1335 | } | ||
1336 | group "Elm_Config_Binding_Key" struct { | ||
1337 | value "context" int: 0; | ||
1338 | value "key" string: "Right"; | ||
1339 | value "action" string: "move"; | ||
1340 | value "params" string: "right"; | ||
1341 | } | ||
1342 | group "Elm_Config_Binding_Key" struct { | ||
1343 | value "context" int: 0; | ||
1344 | value "key" string: "KP_Right"; | ||
1345 | value "action" string: "move"; | ||
1346 | value "params" string: "right"; | ||
1347 | } | ||
1348 | group "Elm_Config_Binding_Key" struct { | ||
1349 | value "context" int: 0; | ||
1350 | value "key" string: "Return"; | ||
1351 | value "action" string: "pause"; | ||
1352 | value "params" string: ""; | ||
1353 | } | ||
1354 | group "Elm_Config_Binding_Key" struct { | ||
1355 | value "context" int: 0; | ||
1356 | value "key" string: "KP_Enter"; | ||
1357 | value "action" string: "pause"; | ||
1358 | value "params" string: ""; | ||
1359 | } | ||
1360 | group "Elm_Config_Binding_Key" struct { | ||
1361 | value "context" int: 0; | ||
1362 | value "key" string: "space"; | ||
1363 | value "action" string: "pause"; | ||
1364 | value "params" string: ""; | ||
1365 | } | ||
1366 | } | ||
1367 | } | ||
1321 | } | 1368 | } |
1322 | } | 1369 | } |