Remove current key bindings in current windows.
(self)
| 211 | contents=help_common+help_pages.get(page, '')) |
| 212 | |
| 213 | def deactivate_current_config(self): |
| 214 | """Remove current key bindings in current windows.""" |
| 215 | for instance in self.parent.instance_dict: |
| 216 | instance.RemoveKeybindings() |
| 217 | |
| 218 | def activate_config_changes(self): |
| 219 | """Apply configuration changes to current windows. |
no test coverage detected