diff -r 5c0745cb26ea -r 5c87ef12aa6d WebBrowser/WebBrowserWindow.py --- a/WebBrowser/WebBrowserWindow.py Sat Mar 05 16:44:41 2016 +0100 +++ b/WebBrowser/WebBrowserWindow.py Sat Mar 05 17:02:57 2016 +0100 @@ -1723,8 +1723,8 @@ self.forwardAct.setEnabled(False) # now read the keyboard shortcuts for the actions - # TODO: shortcuts: change this to webBrowser - Shortcuts.readShortcuts(helpViewer=self) + Shortcuts.readShortcuts( + helpViewer=self, helpViewerCategory="webBrowser") def getActions(self): """