Unfortunately it's currently not possible to open the menu entries with Alt+Letter (except "Help"). The attached patch fixes that for the main entries.
diff --git a/data/gpodder.glade b/data/gpodder.glade index 4ca2a1c..dfd68af 100644 --- a/data/gpodder.glade +++ b/data/gpodder.glade @@ -35,7 +35,7 @@ <child> <widget class="GtkMenuItem" id="menuPodcasts"> <property name="visible">True</property> - <property name="label" translatable="yes">Podcasts</property> + <property name="label" translatable="yes">_Podcasts</property> <property name="use_underline">True</property> <child> @@ -192,7 +192,7 @@ <child> <widget class="GtkMenuItem" id="advanced1"> <property name="visible">True</property> - <property name="label" translatable="yes">Subscriptions</property> + <property name="label" translatable="yes">_Subscriptions</property> <property name="use_underline">True</property> <child> @@ -383,7 +383,7 @@ <child> <widget class="GtkMenuItem" id="menuChannels"> <property name="visible">True</property> - <property name="label" translatable="yes">Episodes</property> + <property name="label" translatable="yes">_Episodes</property> <property name="use_underline">True</property> <child> @@ -657,7 +657,7 @@ <child> <widget class="GtkMenuItem" id="menuView"> <property name="visible">True</property> - <property name="label" translatable="yes">View</property> + <property name="label" translatable="yes">_View</property> <property name="use_underline">True</property> <signal name="activate" handler="on_menuView_activate" last_modification_time="Sat, 02 Feb 2008 13:03:07 GMT"/>
_______________________________________________ gpodder-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-devel
