1.2.1 • Published 4 years ago

cutagerjs v1.2.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

:hear_no_evil: What is Cutager ?

Cutager is a shortcuts manager made for Rhyme

:package: Install

yarn add cutagerjs

or

npm install cutagerjs

:thinking: How to use

Add an action

import { KeyCombo, Action, CutagerJS } from "cutagerjs";
const cutager = new CutagerJS();
cutager.addAction(new Action("save", new KeyCombo("ctrl+s", "ctrl+shift+s"), save), false); // Note `save` is a pre declared function

Remove an action

cutager.removeAction("save");

Pause

cutager.pause();

Resume

cutager.resume();

Check if paused

cutager.isPaused();

:clap: Supporters

Stargazers repo roster for @Rhyme-Player/CutagerJS

Forkers repo roster for @Rhyme-Player/CutagerJS

1.2.0

4 years ago

1.2.1

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago