@pluginjs/keyboard

0.8.10 • Public • Published

Keyboard

npm package

keyboard is a utility JavaScript library for keyboard event.

Introduction

Installation

Yarn

yarn add @pluginjs/keyboard

NPM

npm i @pluginjs/keyboard

Getting Started

CDN:

Development:

<script src="https://unpkg.com/@pluginjs/keyboard/dist/keyboard.js"></script>

Production:

<script src="https://unpkg.com/@pluginjs/keyboard/dist/keyboard.min.js"></script>

API

registerEvent

mount keydown keyup event listener on this.element.

handler

Parameters

| Name | Type | Description | |||-| | e | Event | |

on

Parameters

| Name | Type | Description | |||-| | action | String | | | key | String | | | func | Function | |

Returns

| Name | Type | Description | |||-| | instance | Object | this |

off

Parameters

| Name | Type | Description | |||-| | action | String | | | key | String | | | func | Function | |

Returns

| Name | Type | Description | |||-| | instance | Object | this |

dispatch

Parameters

| Name | Type | Description | |||-| | toggle | Boolean | | | action | String | | | key | String | | | func | Function | |

Returns

| Name | Type | Description | |||-| | instance | Object | this |

parseKeys

Parameters

| Name | Type | Description | |||-| | keys | String[] | |

Returns

| Name | Type | Description | |||-| | newKeys | String[] | |

processKey

Parameters

| Name | Type | Description | |||-| | key | String | |

Returns

| Name | Type | Description | |||-| | newKeys | String[] | |

processModifiers

Parameters

| Name | Type | Description | |||-| | key | String | |

Returns

| Name | Type | Description | |||-| | modifiers | Function[] | |

distribute

Parameters

| Name | Type | Description | |||-| | action | String | | | key | String | | | func | Function | |

Returns

| Name | Type | Description | |||-| | instance | Object | this |

getKeyName

Parameters

| Name | Type | Description | |||-| | keyCode | String | |

Returns

| Name | Type | Description | |||-| | keyName | String | |

getKeyCode

Parameters

| Name | Type | Description | |||-| | keyName | String | |

Returns

| Name | Type | Description | |||-| | keyCode | String | |

up

Parameters

| Name | Type | Description | |||-| | key | String | | | func | Function | |

Returns

| Name | Type | Description | |||-| | instance | Object | this |

down

Parameters

| Name | Type | Description | |||-| | key | String | | | func | Function | |

Returns

| Name | Type | Description | |||-| | instance | Object | this |

Browser support

Tested on all major browsers.

IE / EdgeIE / Edge FirefoxFirefox ChromeChrome SafariSafari OperaOpera
IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions

License

@pluginjs/keyboard is Licensed under the GPL-v3 license.

If you want to use @pluginjs/keyboard project to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary.

For purchase an Commercial License, contact us purchase@thecreation.co.

Copyright

Copyright (C) 2022 Creation Studio Limited.

Readme

Keywords

none

Package Sidebar

Install

npm i @pluginjs/keyboard

Homepage

pluginjs.com

Weekly Downloads

2

Version

0.8.10

License

GPL-3.0

Unpacked Size

42 kB

Total Files

9

Last publish

Collaborators

  • thecreation
  • kaptinlin