diff -r dbb2a175f7b5 -r a36a289372a6 mainwindow.cpp --- a/mainwindow.cpp Thu Jul 30 12:55:17 2009 +0000 +++ b/mainwindow.cpp Thu Aug 06 17:33:55 2009 +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;