andialbrecht / crunchyfrog

Head over to RunSQLRun, the successor of CrunchyFrog
http://runsqlrun.org
GNU General Public License v3.0
4 stars 2 forks source link

Should use F1 as shortcut for Help rather than Ctrl-H #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Open the Help menu

Help should have the shortcut F1 according to the GNOME HIG (and standard
practice on other platforms too), but Ctrl-H is used instead.

Fix:
in cf/ui/mainwindow.py, change one of the NONEs on line 127 to a 'F1':

Line 126 - 128: 
126             ('help-help', gtk.STOCK_HELP,
127              None, 'F1', _(u'Open the CrunchyFrog manual'),
128              lambda *a: self.app.show_help()),

Original issue reported on code.google.com by nea...@gmail.com on 30 Jan 2009 at 1:22

GoogleCodeExporter commented 9 years ago
For version 0.3.2

Dave.

Original comment by nea...@gmail.com on 30 Jan 2009 at 1:22

GoogleCodeExporter commented 9 years ago

Original comment by albrecht.andi on 31 Jan 2009 at 7:31

GoogleCodeExporter commented 9 years ago
Fixed in r497.

Original comment by albrecht.andi on 1 Feb 2009 at 7:07