View Single Post
Posts: 540 | Thanked: 288 times | Joined on Sep 2009
#4
Code:
input.set_property
(
    'hildon-input-mode',
    gtk.HILDON_GTK_INPUT_MODE_NUMERIC | gtk.HILDON_GTK_INPUT_MODE_SPECIAL
)
sorta works, though it enables the full set of special characters...

edit: and does not really answer the original question of how to extend a profile only a little.

Last edited by rambo; 2010-04-14 at 20:47. Reason: clarification