{L10N.getStr("shortcuts.header.editor")}
{this.renderEditorShortcuts()}
{L10N.getStr("shortcuts.header.stepping")}
{this.renderSteppingShortcuts()}
{L10N.getStr("shortcuts.header.search")}
{this.renderSearchShortcuts()}
);
}
render() {
const { enabled } = this.props;
if (!enabled) {
return null;
}
return (