mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
|
|
||
|---|---|---|
| .. | ||
| src | ||
| .eslintrc.json | ||
| .prettierrc | ||
| CHANGELOG.md | ||
| index.ts | ||
| jest.config.js | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| webpack.config.js | ||
@k8slens/keyboard-shortcuts
This Feature enables keyboard shortcuts in Lens
Usage
$ npm install @k8slens/keyboard-shortcuts
import { keyboardShortcutsFeature } from "@k8slens/keyboard-shortcuts";
import { registerFeature } from "@k8slens/feature-core";
import { createContainer } from "@ogre-tools/injectable";
const di = createContainer("some-container");
registerFeature(di, keyboardShortcutsFeature);