|
|
2010-05-28
, 08:42
|
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#2
|
else if (cme->message_type ==
hildon_im_protocol_get_atom (HILDON_IM_LONG_PRESS_SETTINGS))
{
HildonIMLongPressSettingsMessage *msg =
(HildonIMLongPressSettingsMessage *) &cme->data;
self->enable_long_press = msg->enable_long_press;
self->long_press_timeout = (msg->long_press_timeout > 0)
? msg->long_press_timeout : DEFAULT_LONG_PRESS_TIMEOUT;
result = GDK_FILTER_REMOVE;
}
The ability to long press to get the blue key character is really nice, but does anyone know how to shorten the delay? I've tried taking a look through /etc and gconf settings, but can't seem to find it.
I'm assuming it should be in the /apps/osso/inputmethod gconf key directory somewhere?