1.0.0 • Published 3 years ago

@k8slens/keyboard-shortcuts v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@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);

Extendability

1.0.0-alpha.7

3 years ago

1.0.0-alpha.6

3 years ago

1.0.0

3 years ago

1.0.0-alpha.5

3 years ago

1.0.0-alpha.4

3 years ago

1.0.0-alpha.8

3 years ago

1.0.0-alpha.3

3 years ago

1.0.0-alpha.2

3 years ago