GNOME Bugzilla – Bug 515179
F1 does not display help in interactive dialogue
Last modified: 2008-08-10 19:07:53 UTC
When running gnome-screenshot with --interactive switch F1 does not open the help dialogue in the initial dialogue. After taking the screenshot the save dialogue is displayed. In this save dialogue the F1 key works as expected. The F1 key should work consistently in both dialogues. Other information:
Created attachment 104704 [details] [review] Suggested patch This is a suggested patch. Even though it is trivial, any feedback would be appreciated since I am new to GNOME.
patch looks okay. could you please commit it, if you have a SVN commit bit? otherwise I'll just do it as soon as I can.
I have no SVN rights so I would ask you to please commit the patch, thanks
committed to trunk. thanks! 2008-08-10 Emmanuele Bassi <ebassi@gnome.org> Bug 515179 – F1 does not display help in interactive dialogue * gnome-screenshot.c: (key_press_cb), (create_interactive_dialog): Show help in the interactive dialog when pressing F1. (Alexander Gnodtke)