(1) e_config.c/e_comp_wl.c: add code for making repeat values configurable
authorSung-Jin Park <input.hacker@gmail.com>
Mon, 30 Nov 2015 19:05:10 +0000 (14:05 -0500)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Mon, 30 Nov 2015 19:05:10 +0000 (14:05 -0500)
commit6826608961a903dd7b117535bd16e8f83cfb26a0
treeef340f0414e9084ea461bce89e6632a3a847b6bd
parent81ff082e0d762f3d16f5e2cafd2717456d30c872
(1) e_config.c/e_comp_wl.c: add code for making repeat values configurable
(2) e.src(s): add keyboard.repeat_delay, keyboard.repeat_rate into e.src files

Summary:
As of now, the default values of repeat delay/rate are being set in e_comp_wl.c.
Those values need to be configurable and will be used in e_comp_wl_init().
The limit of each of the values is defined from -1 to 1000. (maximum 1s).
If one of the two is negative, it means default repeat delay/rate are going to be used.
(e.g. delay:400, rate:25)

Test Plan:
N/A

Signed-off-by: Sung-Jin Park <input.hacker@gmail.com>
Reviewers: raster, stefan_schmidt, gwanglim, devilhorns, zmike

Subscribers: Jeon, ohduna, cedric

Differential Revision: https://phab.enlightenment.org/D3364
config/default/e.src
config/mobile/e.src
config/standard/e.src
config/tiling/e.src
src/bin/e_comp_wl.h
src/bin/e_comp_wl_input.c
src/bin/e_config.c
src/bin/e_config.h