[maemo-developers] Unmap default action of hardwarbuttons [was Fremantle fullscreen mode]
From: Martin Grimme martin.grimme at gmail.comDate: Fri Jan 1 21:47:39 EET 2010
- Previous message: Unmap default action of hardwarbuttons [was Fremantle fullscreen mode]
- Next message: Unmap default action of hardwarbuttons [was Fremantle fullscreen mode]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 <ds2 at 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 at maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>
- Previous message: Unmap default action of hardwarbuttons [was Fremantle fullscreen mode]
- Next message: Unmap default action of hardwarbuttons [was Fremantle fullscreen mode]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
