diff -r 4f305c07dd7c -r 32f499cbe874 mainwindow.cpp --- a/mainwindow.cpp Thu Apr 02 09:57:36 2009 +0000 +++ b/mainwindow.cpp Fri Mar 05 19:15:08 2010 +0000 @@ -737,6 +737,9 @@ a->setStatusTip ( tr( "Create URL to Novell Bugzilla" )); a->setEnabled (false); actionListBranches.append(a); + a->setShortcut ( Qt::Key_B ); + a->setShortcutContext (Qt::WindowShortcut); + addAction(a); connect( a, SIGNAL( triggered() ), this, SLOT( editBugzilla2URL() ) ); actionEditBugzilla2URL=a;