there was no way to select an item with key input on ELM_ITEM_SELECT_ON_FOCUS_DISABLE mode. this patch enables select and multi select with enter/space key input.
@fix
8494d93 gengrid: select the focused item on enter key input
config/default/base.src.in | 54 +++++++++++++++++++++++++++++++++++++++++++
config/mobile/base.src.in | 54 +++++++++++++++++++++++++++++++++++++++++++
config/standard/base.src.in | 54 +++++++++++++++++++++++++++++++++++++++++++
src/lib/elm_gengrid.c | 51 +++++++++++++++++++++++++++++++++-------
4 files changed, 205 insertions(+), 8 deletions(-)
Upstream: git.enlightenment.org