Hi,

you have to set an XAtom on your window. This is how I do it in Python:

            self.__window.window.property_change("_HILDON_ZOOM_KEY_ATOM",
                                                 "XA_INTEGER", 32,
                                                 gtk.gdk.PROP_MODE_REPLACE,
                                                 [1])


Martin


2010/1/1, ds <d...@physik.de>:
>
> Cornelius Hald gave the following tip:
>> They key constants for the +/- keys are the same as on Diablo. But
>> before you can use them you first have to unmap the default action,
>> which is sound volume up/down.
>
> How do I unmap the default action?? I could not find it in the
> documentation:-(
>
> Thanks a lot
>
> Detlef
>
> _______________________________________________
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to