1.0.0 • Published 1 year ago
@openlens/keyboard-shortcuts v1.0.0
@openlens/keyboard-shortcuts
This Feature enables keyboard shortcuts in Lens
Usage
$ npm install @openlens/keyboard-shortcuts
import { keyboardShortcutsFeature } from "@openlens/keyboard-shortcuts";
import { registerFeature } from "@openlens/feature-core";
import { createContainer } from "@ogre-tools/injectable";
const di = createContainer("some-container");
registerFeature(di, keyboardShortcutsFeature);
Extendability
1.0.0
1 year ago