@k8slens/keyboard-shortcuts
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @k8slens/keyboard-shortcuts

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

8.47 kB

Total Files

8

Last publish

Collaborators

  • mirantis_it
  • jakolehm
  • k8slens-bot