[maemo-developers] [maemo-developers] Question about intercepting the HOME button
From: Tapani Pälli tapani.palli at nokia.comDate: Wed Mar 15 09:25:39 EET 2006
- Previous message: [maemo-developers] Question about intercepting the HOME button
- Next message: [maemo-developers] Question about intercepting the HOME button
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ext Ramiro Estrugo wrote: > Hi maemo hackers. > > I want to handle HOME button event and CONSUME it. > > I tried hacking HildonAppView to not register a gtk key event snooper > to handle the HOME key (which seems to be an alias for GDK_F5) > > This didnt work. The app no longer handles the HOME key event but > some other process does. > HOME-key is special. HOME button should always take you to home whatever the situation is (even if input is being grabbed by a menu). Therefore this key is handled in lower levels and Gtk application cannot do things with it. > It seems the maemo_af_desktop process is catching this event somewhere > else and doing its thing. > > So my question is where is the code in maemo_af_desktop that catches > the GDK_F5 and turns into some kind of message so that I can comment > it out ? > > thanks. > > -re > _______________________________________________ > maemo-developers mailing list > maemo-developers at maemo.org > https://maemo.org/mailman/listinfo/maemo-developers > // Tapani
- Previous message: [maemo-developers] Question about intercepting the HOME button
- Next message: [maemo-developers] Question about intercepting the HOME button
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]