diff options
author | Jihoon Kim <jihoon48.kim@samsung.com> | 2011-01-04 08:45:27 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2011-01-04 08:45:27 +0000 |
commit | 39c9190b2b75627e2612df45b391e147254aad5a (patch) | |
tree | c3922981abf66da294b2739ff95b1d00864d06e9 /AUTHORS | |
parent | 73ef4290cce116b6830813c099c2ac7701b997b8 (diff) |
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] elm_map patch for supporting keyboard input
Most of elementary widgets can process keyboard input, but elm_map widget
has not. This patch makes elm_map be able to process keyboard input such as
Left, Right, Up, Down, PgDn, and PgUp key. In addition, map image will be
zoomed in or out when '+' or '-' key in keypad.
Please review it and let me know if there is any problem in this patch.
Merry Christmas!
SVN revision: 55840
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,3 +32,4 @@ Sangho Park <sangho.g.park@samsung.com> <gouache95@gmail.com> | |||
32 | Rajeev Ranjan (Rajeev) <rajeev.r@samsung.com> <rajeev.jnnce@gmail.com> | 32 | Rajeev Ranjan (Rajeev) <rajeev.r@samsung.com> <rajeev.jnnce@gmail.com> |
33 | Seunggyun Kim <sgyun.kim@samsung.com> <tmdrbs@gmail.com> | 33 | Seunggyun Kim <sgyun.kim@samsung.com> <tmdrbs@gmail.com> |
34 | Sohyun Kim <anna1014.kim@samsung.com> <sohyun.anna@gmail.com> | 34 | Sohyun Kim <anna1014.kim@samsung.com> <sohyun.anna@gmail.com> |
35 | Jihoon Kim <jihoon48.kim@samsung.com> | ||