1.0.0 • Published 2 years ago

@k8slens/keyboard-shortcuts v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.0-alpha.6

2 years ago

1.0.0

2 years ago

1.0.0-alpha.5

2 years ago

1.0.0-alpha.4

2 years ago

1.0.0-alpha.8

2 years ago

1.0.0-alpha.3

2 years ago

1.0.0-alpha.2

2 years ago