1721 |
1721 |
1722 self.backAct.setEnabled(False) |
1722 self.backAct.setEnabled(False) |
1723 self.forwardAct.setEnabled(False) |
1723 self.forwardAct.setEnabled(False) |
1724 |
1724 |
1725 # now read the keyboard shortcuts for the actions |
1725 # now read the keyboard shortcuts for the actions |
1726 # TODO: shortcuts: change this to webBrowser |
1726 Shortcuts.readShortcuts( |
1727 Shortcuts.readShortcuts(helpViewer=self) |
1727 helpViewer=self, helpViewerCategory="webBrowser") |
1728 |
1728 |
1729 def getActions(self): |
1729 def getActions(self): |
1730 """ |
1730 """ |
1731 Public method to get a list of all actions. |
1731 Public method to get a list of all actions. |
1732 |
1732 |